MySQL Forums
Forum List  »  Newbie

Re: WHERE with CONCAT
Posted by: Ramalingam Chelliah
Date: August 30, 2004 05:16AM

Hi,
This works well for me....

mysql > SELECT A.field from
A,B
WHERE A.field=CONCAT(B.field1,field2);



Can you give the whole SELECT statement , MySQL version etc., ?

Regards,
Ram.




We Learn the Most When we have to Invent

Options: ReplyQuote


Subject
Written By
Posted
August 29, 2004 07:27AM
August 30, 2004 03:42AM
Re: WHERE with CONCAT
August 30, 2004 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.