原文:sql查詢第10條到第20條數據

select top from T where Id gt select MAX Id from select top from T order by Id as t ...

2020-11-28 17:03 0 992 推薦指數:

查看詳情

mysql怎么查詢10條數據

mysql 沒有top的用法。取而代之的是limit語法為:limit m,n省略n就可以得到你要的效果了。 select * from table1 order by column desc limit 10 ...

Wed Dec 05 01:18:00 CST 2018 0 2081
mysql怎么查詢10條數據

mysql 沒有top的用法。取而代之的是limit語法為:limit m,n省略n就可以得到你要的效果了。 select * from table1 order by column desc limit 10 ...

Thu May 14 02:06:00 CST 2015 0 2909
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM