The condition "in(select ...)" did not work correctly if the subquery could not…
The condition "in(select ...)" did not work correctly if the subquery could not be converted to a "distinct" query, as in: "select * from dual where x in (select x from dual group by x order by max(x))".
正在显示
请
注册
或者
登录
后发表评论