Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extra memo field in an SQL select
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Extra memo field in an SQL select
Miscellaneous
Thread ID:
00706780
Message ID:
00706780
Views:
52
Hallo everybody

If I want an extra character field in an SQL select I can write:
SELECT * ,SPACE(10) AS cFIELD1 FROM SOURCETABLE INTO TABLE RESULT

If I want an extra numeric field in an SQL select I can write:
SELECT * ,000000 AS nFIELD1 FROM SOURCETABLE INTO TABLE RESULT

But! How do I write if I want an extra memo field in an SQL select???

I hope someone can help me.
Thanks in advance
/Kjell
Next
Reply
Map
View

Click here to load this message in the networking platform