标签:表示 形式 mamicode 第一个 nbsp pre 参数表 inf stl
select * from testlimit limit 4; #返回前四行 select * from testlimit limit 0,4; #返回前四行 #不带offset参数时,第一个参数表示偏移量, select * from testlimit limit 2,4; #偏移2行,返回4行 select * from testlimit limit 4,2; #偏移4行,返回2行 select * from testlimit limit 2 offset 4; # 偏移4行,返回2行的另一种书写形式
标签:表示 形式 mamicode 第一个 nbsp pre 参数表 inf stl
原文地址:https://www.cnblogs.com/bravesunforever/p/13222257.html