Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to place a empty datetime in a Select?
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
How to place a empty datetime in a Select?
Divers
Thread ID:
00436393
Message ID:
00436393
Vues:
49
I need to blank a datetime field in a select. What is the syntax?

Ex:
Select *,
       case 
           When MyFlag = 1
           then MyDateTime
           else { / / } <b> ???</B>
       end as MyNewDateTime
       from MyTable
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform