$sql="Select * from table limit 1500 , 100"; //傳桶寫法
$sql = "Select * From table Where uuid >=( Select uuid From table Order By uuid limit 1500,1) limit 100 "; //排除某一範圍以外的uuid ,再做一次搜尋
沒有留言:
張貼留言