MySQL Forums
Forum List  »  Newbie

Re: MySQL LEFT JOIN problem.
Posted by: Harsha Chaithanya K
Date: August 25, 2004 01:37AM

change them from
concat(associates.lastname,', ',associates.firstname) as Operator,
to
concat(t3.lastname,', ',t3.firstname) as Operator,

Is this clear.

Options: ReplyQuote


Subject
Written By
Posted
August 23, 2004 12:31PM
August 24, 2004 06:14AM
August 24, 2004 06:11AM
Re: MySQL LEFT JOIN problem.
August 25, 2004 01:37AM


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.