Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a procedure from within a procedure
Message
From
11/04/2000 08:31:15
 
 
To
10/04/2000 09:03:01
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00356851
Message ID:
00357891
Views:
15
In the WHERE clause, recode the conditions that are in the CASE:

SELECT
CASE x
WHEN 1 THEN 2
WHEN 3 THEN 4
END AS Column1
FROM ...
WHERE x = 1 OR x = 3

Or something like that.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform