Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inverse Select
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Inverse Select
Miscellaneous
Thread ID:
00641486
Message ID:
00641486
Views:
58
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
Next
Reply
Map
View

Click here to load this message in the networking platform