Jump to content

sql LIMIT problem ?


aliento

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.