I have a simple UPDATE
UPDATE tblmvto_lotes SET codtipo = 2 , rendimiento = 0 WHERE codlote > 18271
What I need is that every time I execute the UPDATE it increases, that is, this UPDATE updates the codtype fields, batch performance 18271 the next time it is executed again, do not update 18271 but 18272 and so on one by one one.
Can you help me with an idea or how else can I do it?
1 Answers