oracle:select * from "EITC09"."ZXZJ_PROJECTPAY" where   rownum <= 5

只能小于<!--red_end-->某数,不能大于某数,否则将找不出任何记录

mysql:limit 0,4

 

sqlserver:top