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