Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00821529
Message ID:
00821531
Views:
20
>I need to pull data from 2 tables with the same structure
>into table.
>
>Whats the SQL command to do this?
>
>TIA
SELECT * FROM table1 ;
  UNION ALL (SELECT * FROM table2) ;
  INTO CURSOR combined
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform