Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00821529
Message ID:
00821531
Vues:
21
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform