Posted on 28th April 2025|114 views
Can anyone help me for finding values in a string with commas using MySQL?
Posted on 28th April 2025| views
Below is the MySQL Query For Finding Values In A Comma-separated String
select * From Tablename Where Find_in_set('1',columnname) <> 0