tags:

views:

30

answers:

1

is 0 the default for them?

+2  A: 
  • If LIMIT is 0 you will get an empty result set
  • adding OFFSET 0 is a NOP - it won't have any effect
soulmerge
thank you. but don't you know what value(/s) would be for LIMIT so that there's no effect either?
I am not aware of any such thing and I doubt that it exists. You might want to check the mysql docs, though: http://dev.mysql.com/doc/refman/5.0/en/select.html
soulmerge
yeah, have found nothing so far.