Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about SQL command .
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00412821
Message ID:
00413055
Views:
20
Hi Justy,

>Thank you for your reply! I haven't try and didn't know how to use UNION on SQL command. Could you mind to show me the sample code based on my case? Thanks a lot!!!
SELECT FieldA AS FieldSQL ;
   FROM TableA ;
UNION SELECT FieldB AS FieldSQL ;
   FROM TableA ;
UNION SELECT FieldC AS FieldSQL ;
   FROM TableA ;
INTO TABLE TableB
HTH,
Bill Armbrecht
VFP MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform