在mysql里如何取表前10条语句?
select * from table where ?? limit 0,10
mysql 用limit 其他的用top
top只能是ms sql server 中的吧。