I have a strange problem with LIMIT. When I use it like "SELECT * FROM table
LIMIT 0, 10" it works fine. When I add a sort and write the query like
"SELECT * FROM table ORDER BY col ASC LIMIT 0, 10" I get no results.

What am I missing?

/Fredrik



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to