设为首页 加入收藏

TOP

Oracle 查询出来的数据取第一条
2018-01-14 06:06:41 】 浏览:320
Tags:Oracle 查询 出来 数据 第一

Oracle 查询出来的数据取第一条

select * from (select * from <table> order by <key>) where rownum=1;

select * from (select * from <table> order by <key> desc) where rownum=1;
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Oracle傻瓜式静默安装教程 下一篇在linux as4上用tar方式安装oracl..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目