Notes
SELECT LIMIT
select * from table LIMIT 3;
select * from table LIMIT 3,5;
Newer Post
Older Post
Home