Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with Select statement
Message
 
To
06/06/2001 09:32:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00515639
Message ID:
00515752
Views:
12
I've heard, you need something better. Try this:

select table1.* from table1 left join table2 on table1.PrimaryKey = table2.ForeignKey having isnull(table2.ForeignKey)

Alexander
Previous
Reply
Map
View

Click here to load this message in the networking platform