Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Case in Where clause
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Case in Where clause
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01303803
Message ID:
01303803
Vues:
59
Hi all, is it possible to use a Case statement in a Where clause ?, what I am trying to do , is , update a table using either field1 = somevalue or field2 = someothervalue depending on a flag setting
pseudo babble

update mytable
set fieldx = null
Where
If @MyFlag = 'Y'
field1 = somevalue
else
field2 = someothervalue
hope that makes sense
Regards,
Peter J. Kane



Pete
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform