select * from (select a.*,rownum as rn from tetm_ad_type a) b where b.rn<30
--表名不能用as 字段取别名,直接在表名後面跟一個newName 就算别名了,字段 名可以用as 取别名。 其實我都是亂寫的。
oralce
select * from (select a.*,rownum as rn from tetm_ad_type a) b where b.rn<30
--表名不能用as 字段取别名,直接在表名後面跟一個newName 就算别名了,字段 名可以用as 取别名。 其實我都是亂寫的。
oralce