Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using NVL and Integer types
Message
 
 
À
27/11/2000 13:30:38
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00445750
Message ID:
00445776
Vues:
28
>All,
>
>I have a SQL view using NVL to eliminate .NULLs. from the view fields. I am getting a "View definition has been changed" error message. I think the NVL for the integer types may not have the correct field length.
>
>How many zeros do I need to use in the NVL to represent an integer?
>
>TIA
>
>Rex

You need to specify the largest possible value within your data.

FWIW, an integer can be + or - 2147483647 so you need to specify 10 so the corresponding result set creates a N(10,0) for storage.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform