Post
SQL
Can anyone help me for finding values in a string with commas using MySQL?
Posted on 8th December 2023
Below is the MySQL Query For Finding Values In A Comma-separated String
select * From Tablename Where Find_in_set('1',columnname) <> 0
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies