MySQL Forums
Forum List  »  Newbie

Re: Help with using LIKE with variables
Posted by: Adrian Sue
Date: June 09, 2005 01:59PM

thanks for the suggestion

I had to figure out different notations for MS Access, but the idea seems to work.

Heres what I did in case anyone else wants to know...

first of all, instead of %, i need *
there is no concat function, instead i use + between strings

so

WHERE customer.name LIKE '*'+customer.nickname;

Options: ReplyQuote


Subject
Written By
Posted
Re: Help with using LIKE with variables
June 09, 2005 01:59PM


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.