Optimizing ConditionAndOr queries according to the following pattern
convert ((A=1 AND B=2) OR (A=1 AND B=3)) to (A=1 AND (B=2 OR B=3)) -Suggested changes in: https://github.com/h2database/h2database/pull/1571#discussion_r235925138 https://github.com/h2database/h2database/pull/1571#discussion_r235925223
正在显示
请
注册
或者
登录
后发表评论