mycifeng

select * from ts_area where id limit 1,50;

其中我们可以看到主要是用了 limit关键字,去操作分页的,以id 去分页1表示当前页码,50表示显示行数

 

分类:

技术点:

相关文章: