in reply to Re: mySQL query
in thread mySQL query

That would return at most 30 rows, not necessarely 30 rows. If rows get deleted over time, the autoincremented values stay the same; they aren't recalculated, or reused.

Abigail