Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
For a>1 or (a<3 and b), with short-circuit, we know a<=1 if a>1 is false when column a is not nullable. Then (a<3 and b) can be simplified to b. Thus, a>1 or (a<3 and b)is simplified to a>1 or b.
Attachments
Issue Links
- links to