I was wondering if there is way to store where clause conditions and not calculate them more than once in order to determine which one was satisfied.
Here is what I am talking about:
select col, col1>5 cond1, col2<400 cond2 from table where col1>5 or col2<400
问问题
85 次