-
由 Thomas Mueller 提交于
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).
1c9a3212
名称 |
最后提交
|
最后更新 |
---|---|---|
h2 |
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).
名称 |
最后提交
|
最后更新 |
---|---|---|
h2 | Loading commit data... |