MySQL Forums
Forum List  »  Newbie

Re: Operand should contain 1 column
Posted by: laptop alias
Date: December 22, 2010 05:16AM

No, it won't work.

Either
CONCATENATE the columns

or (better)

use the LEFT JOIN you talked about

or (even better)

revise your database design to remove this kind of logic.

Options: ReplyQuote


Subject
Written By
Posted
December 21, 2010 11:36AM
Re: Operand should contain 1 column
December 22, 2010 05:16AM


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.