Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion Application Development (read only)
Viewing all articles
Browse latest Browse all 70

using BETWEEN Operator with OR operator

$
0
0

I have a <cfquery>

Select *

from table

WHERE column

BETWEEN value1 AND value2

OR

WHERE column

BETWEEN value4 AND value5

 

is this a viable use of the WHERE clause and BETWEEN/OR operators?


Viewing all articles
Browse latest Browse all 70

Trending Articles