This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
どちらが満たされているかを判断するために、where句の条件を格納し、それらを2回以上計算しない方法があるかどうか疑問に思いました。これが私が話していることです:
select col, col1>5 cond1, col2<400 cond2 from table where col1>5 or col2<400