Replies: 1 comment 1 reply
-
SQL 中 AND 优先级大于OR ,问题就不存在,这是优化后的结果 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
代码:
生成的 where 为:
也尝试了用 LambadaExpressionExtensions 中的扩展来构造exp,生成的也是上边的 where:
正确的 where 应该是:
Beta Was this translation helpful? Give feedback.
All reactions