Search Records Using FIND_IN_SET in MYSql
Here we are going to show how you can use FIND_IN_SET in where clause for searching records. Sometime we store comma separated data in column and want to get records where particular value exist in column. In this situation we use Search Records Using FIND_IN_SET. Below is sample table with data CREATE TABLE `student` ( …