Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Equal To ?
Message
 
 
À
26/04/2010 15:14:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01462078
Message ID:
01462085
Vues:
47
>>
>>You may want to use NOT EXISTS subquery:
>>
>>
>>select otest.*, othtest.* ;
>>from mainbase!otest  ;
>>Inner Join mainbase!othtest on ;
>>otest.id=othtest.id ;
>>where not exists (select 1 from othClients Cl where Cl.fname=otest.fname)
>
>
>ok i see that the '1' is a column but did CL take on the table name?

Did you want to find all records that don't have corresponding names in OthClients table? I used Cl as an alias for that table.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform