Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difficulty writing SQL Statement
Message
 
 
To
07/01/2009 20:31:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01371924
Message ID:
01371934
Views:
17
>UNION will not work with memo, picture or blobs.

I don't see it in Help. It says

The UNION clause combines the results from two or more SQL SELECT statements into a single result set containing rows from all the queries in the UNION operation.

Note
When one of the columns is of Memo, General, or Blob type, performing unions of differing column types is not allowed.

---------------------------------------------------------------------------

Use UNION ALL instead of UNION.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform