Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Puzzle
Message
From
28/11/2003 06:12:12
 
 
To
27/11/2003 21:47:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00854130
Message ID:
00854157
Views:
22
Hi Ken,

try this:
SELECT genus, species, continent ; 
    FROM Species ;
    INNER JOIN Site S ON S.fkey =Species.Pkey AND S.continent IN ('Africa','Asia');
    INNER JOIN Site X ON X.fkey =Species.Pkey AND X.continent IN ('Africa','Asia') AND X.continent#S.continent ;
ORDER BY 1,2
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform