关于Oracle数据库查询问题_百度知道
关于Oracle数据库查询问题1select * from good order by price 2select cid from SalesRecorder where gid='1002'3select count(distinct cid) from ...
oracle数据库查询问题_百度知道
我现在刚接触数据库不长时间,有些问题一直搞不懂:例如:select id from (select id from ED_ProsperityIndex group by id ) where rownum<=10 我是查出id前10...