MySQL Forums
Forum List  »  Newbie

Re: Using row values in LIKE statements
Posted by: Albert Wu
Date: June 05, 2005 12:39PM

yea sure its not that bad

SELECT (fields you want) FROM Table1 T1, Table2 T2 WHERE T1.somefield = T2.somefield

Options: ReplyQuote


Subject
Written By
Posted
Re: Using row values in LIKE statements
June 05, 2005 12:39PM


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.