(二)limit的高級用法

1、取出前n條數據

select * from user2 limit 4;

 

2、取出第幾行到第幾行的數據

select * from user2 limit 3,5;

解釋:取出從第3行(從0行開始)開始的5條記錄。spa

相關文章
相關標籤/搜索