Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ISNULL and SQL Server
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01386986
Message ID:
01387000
Vues:
40
>I wish there was also equivalent of NVL() to Sql Select so that I would not have to have 2 SQL Select statements for each database.


ISNULL(mytable.myfield,'Null Value Detected') as NonNullField

or

COALESCE(mytable.myfield,'Null Value Detected'') as NonNullField
Brandon Harker
Sebae Data Solutions
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform