Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Improving sluggish SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00306158
Message ID:
00319752
Vues:
18
Hi Nadya,

If i understood correctly, you want to change null values by empty values, isn' it? If so, You can use NVL funtion. This funtion returns a non-null value, between 2 variables.
Example:

a = .null.
b = "my value"
WAIT WINDOW NVL(a,b)

This will return "MY VALUE", because A was a null value, and B wans't.
You can include NVL at your SELECT statement.

Hope it helps. Nice to hear from you.

Ricardo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform