ROWNUM() did not work in combination with IN(..). The following query did not…
ROWNUM() did not work in combination with IN(..). The following query did not work as expected: select * from (select rownum r from test) where r in (1, 2).
正在显示
请
注册
或者
登录
后发表评论