I am not all that familiar with using SQL in mySQL, I see that in phpMyAdmin that the result pages are automatically limited with the syntax "limit 0, 30" or whatever the offset is. I'm trying to do this with my own query, and its not working.
I am on the phpMyAdmin database home page and am copy/pasting code into the Run SQL area, but it won't work. It comes back with an error, but does not have an error message.
Even doing something as simple as this:
Select *
From Mydatabase limit 1, 20
brings the same problem.
Is this disabled for general use or somethign?
