Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NULL value
Message
From
23/03/2010 09:41:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
23/03/2010 09:36:42
Hee Lim Wang
Fantasy Software Enterprise
Malaysia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01456487
Message ID:
01456493
Views:
46
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform