Limit 用法
limit M,N
# 表示跳過 M 條數(shù)據(jù)開始讀取 N 行數(shù)據(jù)
# M 可選 , N 必選表示取幾行數(shù)據(jù)
Limit 結(jié)合 offset 用法
limit m offset n
# 跳過 n 行數(shù)據(jù) ,取 m 行數(shù)據(jù)
limit M,N
# 表示跳過 M 條數(shù)據(jù)開始讀取 N 行數(shù)據(jù)
# M 可選 , N 必選表示取幾行數(shù)據(jù)
limit m offset n
# 跳過 n 行數(shù)據(jù) ,取 m 行數(shù)據(jù)