Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NULL value
Message
De
23/03/2010 09:41:00
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
23/03/2010 09:36:42
Hee Lim Wang
Fantasy Software Enterprise
Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01456487
Message ID:
01456493
Vues:
47
>Hi
>How to replace date field with null value ?
>sqlexec(lnHandle,"update item set date_out=?m.NULL where date_in=current_date")
myDate = cast(null as date)
sqlexec(lnHandle,"update item set date_out=?m.myDate where date_in=current_date")
sqlexec(lnHandle,"update item set date_out=null where date_in=current_date")
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform