摘要:
select * from table1 fetch first 10 rows only :db2select * from table1 where rownum <= 10: oracleselect top 10 * from table1 :sqlserver select * from 阅读全文
posted @ 2017-06-15 20:04
kimo one
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号