Tagged Questions
8
votes
2answers
1k views
T-SQL Conditional WHERE Clause
Found a couple of similar questions here on this, but couldn't figure out how to apply to my scenario.
My function has a parameter called @IncludeBelow. Values are 0 or 1 (BIT).
I have this query:
...
1
vote
1answer
511 views
Case statement in where clause w/an OR
Hey guys,
Apologies in advance since I feel like I'm probably forgetting/missing something obvious on this one. Here goes; I'm using a case statement in my WHERE clause, the below works fine:
WHERE ...