Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DO CASE equavalent in Transact-SQL
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01326640
Message ID:
01326719
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
>>What's wrong with one SP. You always can use structure like this:
>>
>>IF @Something1
>>   BEGIN
>>   -- Select 1
>>   END
>>ELSE IF @Something2
>>   BEGIN
>>   -- Select 2
>>   END
>>ELSE IF @Something3
>>   BEGIN
>>   -- Select 3
>>   END
>>
>
>SQL Server Help doesn't list the syntax you suggested.

formal syntax is really more like..

IF
BEGIN
...
END
ELSE
IF
BEGIN
...
END

but I think SQL doesn't mind shortening to ELSE IF..
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform