Let's say you want to show 100 rows per page,

1st page: limit 100 offset 0
2nd page: limit 100 offset 100
3rd page: limit 100 offset 200
etc.

Best Regards,
Dayue


> 在 2016年6月7日,下午2:12,[email protected] 写道:
> 
> 
> 请问下 KYLIN使用JDBC 如何分页查询啊,并不能使用 limit 0,10   这个语法。
> 
> 
> 
> [email protected]


Reply via email to