Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL UNION with memo field??????
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00730031
Message ID:
00730072
Views:
22
Hi Sergey,

It works perfectly.

Thanks,

TFISHER

>Try UNION ALL
SELECT Elements.melementlan;
>	FROM am_utility!elements;
>UNION ALL;
>	SELECT Elements_Ordinances.melementlan;
>		FROM am_utility!elements_Ordinances
>
>>Hello,
>>
>>I have two tables that I would like to combine. I have tried to use a UNION clause, (a short version of the code is below) however, I get an error that says:
>>
>>"Operation is invalid for a Memo, General or Picture field."
>>
>>I do have memo fields in the tables.
>>
>>If I can not use a UNION clause to combine these two tables into one view how do I do it?
>>
>>
>>SELECT Elements.melementlan;
>> FROM am_utility!elements;
>>UNION ;
>> SELECT Elements_Ordinances.melementlan;
>> FROM am_utility!elements_Ordinances
>>
>>
>>Thanks
>>
>>TFISHER
Thanks,

TFISHER
Previous
Reply
Map
View

Click here to load this message in the networking platform