limit[offset],[pageStart]orm
例子: select * form table limit 0,6;it
找table,從0開始的6條語句,即1,2,3,4,5,6table
很容易錯理解爲是起始頁到末頁form