Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple where statements
Message
From
18/02/2005 11:44:10
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00988288
Message ID:
00988385
Views:
41
Yes it does, I actually wrote the same exact code after
I sent the reply. I do my best thinking after clicking
the send button.
Thank you for the positive stimulation!
How do I get as knowledgeable as you besides
practice. I have to do what ever they assign me
to.

Thanks again
Jim




>Would this work for you?
...
>WHERE smp.item_cost_center LIKE
>    CASE WHEN( @cost_center = 'ALL') THEN '%' ELSE @cost_center END
>  AND smp.item_status LIKE
>    CASE WHEN( @item_status = 'ALL') THEN '%' ELSE @item_status END
>
>
>
>
>>Okay what if I had two variables?
>>Here is my actual code.
>>
>>I am using this in the query analyzer to test
>>before making it into a procedure.
>>They chose between cost centers SMS, SMP, or ALL
>>And if the item is active or inactive.
>>
>>I read the books online but it doesn't
>>show case statements for multiple variables
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform