Notes
SELECT LIMIT
select * from table LIMIT 3;
select * from table LIMIT 3,5;
‹
›
Home
View web version