Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inverse Select
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Inverse Select
Divers
Thread ID:
00641486
Message ID:
00641486
Vues:
59
Hi,

I am trying to do an "Inverse" SELECT - see the "NOT" in the next statement.

This syntax is wrong, I know that.

Does someone know the correct syntax?

Thanks, J


SELECT * FROM prog_crsr a NOT INNER JOIN task_hrs b ON ;
(a.WBS = b.sequence AND a.HomeDepartmentNum = b.dept) ;
WHERE b.work_o = lcNum INTO CURSOR hrs_crsr
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform