Re: new to joins
Hi,
Just remove one of *.lastname. The query given by Ramalingam states:
SELECT X.lastname, Y.lastname ...
Just use:
SELECT X.lastname...
or
SELECT Y.lastname...
if you want only one 'lastname' column to be returned.
Now, can somebody explains what is the difference of those JOIN syntax MySQL supports (JOIN, LEFT JOIN, RIGHT JOIN, INNER JOIN, OUTER JOIN, etc)
TIA
Subject
Written By
Posted
Re: new to joins
September 01, 2004 01:46PM
September 01, 2004 10:52PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.