aliento Posted December 7, 2009 Share Posted December 7, 2009 the command is SELECT `nom_id` , `cat_id` , `title` , `bids` , `ends`, `path` FROM `meremetia` ORDER BY `id` DESC LIMIT 10 , 20 it returns 20 rows when i query it. This is what returns at the phpmyadmin! Showing rows 0 - 19 (20 total, Query took 0.0011 sec) SELECT `nom_id` , `cat_id` , `title` , `bids` , `ends` , `path` FROM `meremetia` ORDER BY `id` DESC LIMIT 10 , 20 Why? Quote Link to comment https://forums.phpfreaks.com/topic/184249-sql-limit-problem/ Share on other sites More sharing options...
aliento Posted December 7, 2009 Author Share Posted December 7, 2009 Ok i found it Quote Link to comment https://forums.phpfreaks.com/topic/184249-sql-limit-problem/#findComment-972701 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.