Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get SQL memo column
Message
From
19/11/1998 11:37:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to get SQL memo column
Miscellaneous
Thread ID:
00159322
Message ID:
00159322
Views:
47
This code exemplifies what I want to do:
create table test (c1 c(254))
insert into test (c1) values (replicate('X', 254))

select (testa.c1 + testb.c1) as MemoCol from test testa, test testb
How can I make the column named MemoCol a memo field?
Next
Reply
Map
View

Click here to load this message in the networking platform