Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting records that do NOT match a query
Message
 
À
06/04/1998 21:24:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00089645
Message ID:
00090307
Vues:
38
>
>SELECT TABLEB.* FROM TABLEB LEFT OUTER JOIN TABLEA ;
>  ON TABLEB.PK = TABLEA.PK ;
>  WHERE TABLEB.PK != TABLEA.PK
>
>OR
>
>SELECT TABLEB.* FROM TABLEB LEFT OUTER JOIN TABLEA ;
>  ON TABLEB.PK = TABLEA.PK ;
>  WHERE TABLEA.PK = ""
>
>

Justok,

Interesting variations, I don't if they would work or if they would be faster, maybe.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform