Friday, 18 December 2015

how to match comma separated values in column

select * from table where FIND_IN_SET("value to match", `column-name`)

No comments:

Post a Comment