Skip to main content
added 6 characters in body
Source Link
Ben
  • 52.8k
  • 36
  • 132
  • 153

Could you use the RRN RRN (if you're just concerned with limiting the number of updates)?

for example:

update mytable a set a.field = 'foo' where RRN(a) < 200

update mytable a set a.field = 'foo' where RRN(a) < 200

Could you use the RRN (if you're just concerned with limiting the number of updates)?

for example:

update mytable a set a.field = 'foo' where RRN(a) < 200

Could you use the RRN (if you're just concerned with limiting the number of updates)?

for example:

update mytable a set a.field = 'foo' where RRN(a) < 200
Source Link
fisk
  • 21
  • 1

Could you use the RRN (if you're just concerned with limiting the number of updates)?

for example:

update mytable a set a.field = 'foo' where RRN(a) < 200