ORACLE SQL查询,如何查询某字段中某值最大的10个,谢谢!

2025-03-20 21:34:24
推荐回答(1个)
回答(1):

select * from table
where a = '我'
and b > 1

纯MSSQL写法,不知道oracle,哈哈