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 create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...