Oralceselect * from 表名 where rownum<=10;SqlServerselect top 10 * from 表名;MySqlselect * from 表名 limit 10Informixselect first 10 * from 表名;