Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Accepting .NULL.
Message
From
25/01/2001 08:51:42
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
25/01/2001 07:15:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00468365
Message ID:
00468392
Views:
30
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform