sql语句,查出多条数据只取第一条

select * from (select * from user) where rownum=1;
相关文章
相关标签/搜索