A query regarding SP's
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Q. In SP's if one has to use some if...else condition with multiple sentances then how to use them.... Parag
-
Q. In SP's if one has to use some if...else condition with multiple sentances then how to use them.... Parag
I am not sure what you mean by "multiple sentances", but in sql server: IF @value = 1 BEGIN do something END ELSE BEGIN do something else END END IF
Mike Lasseter
-
Q. In SP's if one has to use some if...else condition with multiple sentances then how to use them.... Parag
SQL Server 2005 Books Online IF...ELSE (Transact-SQL) [^]
--EricDV Sig--------- Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peters