On Fri, Jul 13, 2001 at 09:00:04AM -0400, Marc Delisle wrote:
This generates the following weird query: select * from link limit 1,5 LIMIT 0, 30
phpMyAdmin likes to add "LIMIT 0,30" to every query put in the query box, we will have to make it forget this bad habit :)
what about adding the limit instruction only if it is not in the query string yet ? would just be a regexp...
Olivier