Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine 2 tables - better way?
Message
De
24/02/2004 12:48:55
 
 
À
24/02/2004 12:27:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00880102
Message ID:
00880365
Vues:
30
Hi gunnar,

try this
SELECT hist.idfld1 FROM history\frames hist ;
WHERE SomeCondition ;
UNION ;
SELECT cur.idfld1 FROM current\frames cur ;
WHERE SomeCondition;
INTO CURSOR combined
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform