Jason
10-26-2001, 11:05 AM
I've used the SQL command, INNER JOIN, in Access and SQL Server
but I have not been able to get it to work in Oracle. Should it work
in Oracle?
Here's an example:
SELECT Movies.Title, Director.DirectorName
FROM Movies INNER JOIN Director ON Movies.MovieId = Director.MovieID
WHERE Director.DirectorName = 'Quentin Tarantino';
Thanks to all who reply,
-Jason
but I have not been able to get it to work in Oracle. Should it work
in Oracle?
Here's an example:
SELECT Movies.Title, Director.DirectorName
FROM Movies INNER JOIN Director ON Movies.MovieId = Director.MovieID
WHERE Director.DirectorName = 'Quentin Tarantino';
Thanks to all who reply,
-Jason