I have to put part of url in select query like
select*
from tbl_name
where column_name1 like employee
and column_name like questions;
there is a column name col_url and in that there are many site url but i have select those url which contain particular word likewise in this url of stackflow it is questions.
How can i do this i have written query above for example purpose .