Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Accepting .NULL.
Message
De
25/01/2001 08:51:42
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
25/01/2001 07:15:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00468365
Message ID:
00468392
Vues:
28
>sele yada from sql table into table tone1

Jeffery,

I would do
SELECT NVL(nField1, 0) AS Field1, ;
  NVL(cField2, SPACE(10)) AS Field2, ;
  NVL(yField3, $) AS Field3...
Be sure the width of the NULL value is the same as the desired width of the field. After this you can APPEND to your reporting table.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform