Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Different options inside a procedure
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Different options inside a procedure
Miscellaneous
Thread ID:
00830790
Message ID:
00830790
Views:
51
I would like to create one procedure for a variety of possibilities. If one parameter is passed do a select statement with one set of criteria. If a different parameter is passed perform the select statment with a different set of criteria. I have tried this:

If @param1 = x and @param2 = y
select statement1
else
if @param1 = y and @param2 = x
select statement2
else
select statement3

When I execute the procedure the last select statment is always performed. What am I missing here? Or is there a better way of doing something like this?

Thanks in advance
Kelly
Next
Reply
Map
View

Click here to load this message in the networking platform