Use "FIND_IN_SET" in mysql query?
Column = chat_group with value (k,h,p)
SELECT * FROM `tester` WHERE FIND_IN_SET('k', chat_group);
Opposite Result
SELECT * FROM `tester` WHERE NOT FIND_IN_SET('w', chat_group);
We provide knowledgeable blogs related to php, jQuery, html, css, wordpress, woocommerce, cordova app with examples in 2021.
Column = chat_group with value (k,h,p)
SELECT * FROM `tester` WHERE FIND_IN_SET('k', chat_group);
Opposite Result
SELECT * FROM `tester` WHERE NOT FIND_IN_SET('w', chat_group);
Comments
Post a Comment