当前位置:Gxlcms > 数据库问题 > oracle 查询前30条数据

oracle 查询前30条数据

时间:2021-07-01 10:21:17 帮助过:3人阅读



select * from (select a.*,rownum as rn from tetm_ad_type  a) b where b.rn<30


--表名不能用as 字段取别名,直接在表名后面跟一个newName 就算别名了。字段 名能够用as 取别名。  事实上我都是乱写的。

 oralce

oracle 查询前30条数据

标签:bsp   pop   ora   mod   sel   acl   article   nbsp   tracking   

人气教程排行