I need to check like where (1,2,3) match (column2) here column2 itself a comma seperated string, if any any value in column2 we need to get that row. Thanks in advance.
I need to check like where (1,2,3) match (column2) here column2 itself a comma
Share
Use MySQL’s
INoperator: