limit[offset],[pageStart]orm
例子: select * form table limit 0,6;it
找table,从0开始的6条语句,即1,2,3,4,5,6table
很容易错理解为是起始页到末页form