Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upsizing to sqlserver problems
Message
 
 
À
05/08/2007 13:34:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
01246018
Message ID:
01246046
Vues:
29
>how to use 'IS NULL' operator ?
>i usually use isnull() in views with this command :
>iif(isnull(field0),x,y)

It's the same as NVL(x,y). In SQL Server it will be
ISNULL(x,y)
BTW, SQL Server T-SQL doesn't have IIF() either. The CASE() function can be used instead.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform