Oracle 取最近 10 条数据
Oracle About 111 wordsSQL
select * from(
select * from test_table order by id desc
) where rownum < 10;
注意
不能直接在一句语句中添加rownum
的过滤。
Views: 1,689 · Posted: 2020-12-03
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...