Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UNIONing from a character and a memo field
Message
From
09/01/2003 08:30:14
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00739689
Message ID:
00739750
Views:
6
>UNION in VFP8 has been enchanced so it can imlicitly convert field types to make SELECT's UNION-compatible. This works in VFP8.
Create Table c:\temp\table_memo ( mField m )
>Create Table c:\temp\table_char ( cField c(50) )
>Select mField As cResult ;
>	From Table_Memo ;
>Union ALL ;
>Select cField ;
>	From Table_Char
>
Well, that is great. Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform