You can use like.
select * from searchTest where keyword like '%test2%'
Where the % is a wildcard.
1
solved How to search mulitple value seperated by commas in mysql
You can use like.
select * from searchTest where keyword like '%test2%'
Where the % is a wildcard.
1
solved How to search mulitple value seperated by commas in mysql