2017-02-24 25 views

回答

0

您可以使用LIMIT

select * from Finance.ACCT_LIST 
order by somecolumn 
limit 1000 

您應該添加一個order by條款,如果你想獲得一組一致行。