MySQL Forums
Forum List  »  Stored Procedures

Re: use of LIKE
Posted by: Stiven Fabiano da Câmara
Date: April 28, 2005 01:59PM

it uses...

create procedure teste(in p_desc varchar(50))
begin

select * from table1 where description like concat('%', p_desc, '%');

end;

Thank's

Options: ReplyQuote


Subject
Views
Written By
Posted
2898
April 28, 2005 08:30AM
Re: use of LIKE
2128
April 28, 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.