Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NULL values
Message
De
07/11/2003 19:11:08
 
 
À
07/11/2003 18:53:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00847866
Message ID:
00847868
Vues:
19
>When I have SET NULL ON and I issue INSERT INTO command .NULL. values are present in fields that I don't include in INSERT command and that's ok, but can I have all that with APPEND BLANK?
>Can I issue APPEND BLANK and get .NULL. values everywhere where field is checked to have .NULL. values except fields when I do REPLACE?

AFAIK, only if the default value of the field is .null., e.g.
open database somedatabase && can only have default value if in DBC
create table test (ctest c(10) default null, itest i default null) 
append blank
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform