Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00801174
Message ID:
00801332
Views:
13
>
>CREATE CURSOR base (a i)
>APPEND BLANK
>INSERT INTO base values(1)
>INSERT INTO base values(2)
>GO TOP
>
>SELECT a,ISBLANK(Base.a) FROM Base
>
>SELECT a,ISBLANK(a) FROM Base
>
>
>
>ISBLANK() not uses field of SELECT Table.
>
>Final words:
>
>"ISBLANK() is not usable within SELECT"
CREATE CURSOR PirillinoDelPicchio (a c(10))
APPEND BLANK
INSERT INTO PirillinoDelPicchio values("1")
INSERT INTO PirillinoDelPicchio values("2")
GO TOP

SELECT a,ISBLANK(a) FROM PirillinoDelPicchio
Update: Ah, I see you figured this out downthread.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform