23 February 2023

How to use "FIND_IN_SET" in mysql query?

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);

No comments:

Post a Comment

How to add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...