mysql - find in comma separated string of values
SELECT * FROM table WHERE FIND_IN_SET(table_column, string_of_comma_separated_values);
SELECT * FROM Students WHERE FIND_IN_SET('John, Jake, Micheal, Alan, Aaron');
mysql - find in comma separated string of values
SELECT * FROM table WHERE FIND_IN_SET(table_column, string_of_comma_separated_values);
SELECT * FROM Students WHERE FIND_IN_SET('John, Jake, Micheal, Alan, Aaron');
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us