Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 using multiple ifs in a stored procedure

Author  Topic 

PeterG
Posting Yak Master

156 Posts

Posted - 2001-11-09 : 17:24:10
What is the equivalent of select...case in a stored procedure? I have a query that returns either a 1, 0, or Null and I need to check what the return value is before I could execute another query.



   

- Advertisement -