Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table comparison process assistance...
Message
 
 
À
11/11/2002 15:04:04
N. Lea
Nic Cross Enterprises
Valencia, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00721202
Message ID:
00721225
Vues:
10
SELECT *, "Y" as match FROM tableA ;
  WHERE first_name + last_name NOT IN ( ;
    SELECT first_name + last_name FROM tableB) ;
UNION ALL ;
SELECT *, "N" as match FROM tableA ;
  WHERE first_name + last_name IN ( ;
    SELECT first_name + last_name FROM tableB) ;
  INTO CURSOR crsA READWRITE
>Is there anyway to also bring over the names that matched too?
>
< snip >
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform