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? 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 Link to comment https://forums.phpfreaks.com/topic/184249-sql-limit-problem/#findComment-972701 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.