Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor and NULL
Message
From
25/06/2004 16:16:13
 
 
To
25/06/2004 15:49:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00917363
Message ID:
00917374
Views:
6
>Is there any way to make a column in a cursor NULLable? Let say I have this SELECT-SQL:
>
>SELECT Field1, .F. AS Field2 FROM MyTable INTO CURSOR curOption READWRITE
>I want to be able to assign NULL to the Field2 column. I've tried

How bout:
select field1, (.null. = .t.) as field2 from MyTable
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform