MySQL Forums
Forum List  »  Newbie

Re: select from where multiple conditions
Posted by: Peter Brawley
Date: April 19, 2019 09:35AM

The "function" is immediately available: move the question in the Select list, eg ...

select id, column, column like '%an_example', column like 'another%example', ...
from table ;

Options: ReplyQuote


Subject
Written By
Posted
Re: select from where multiple conditions
April 19, 2019 09:35AM


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.