当前位置:网站首页>Find ID value MySQL in string

Find ID value MySQL in string

2022-07-07 12:49:00 Full stack programmer webmaster

PHPmyadmin in sql sentence

SELECT* FROM `hz_article_type` WHERE FIND_IN_SET( 5, items_id ) LIMIT 0 , 30

result :

SELECT `article_id` FROM `hz_article_type` WHERE ( find_in_set(10,items_id) ) AND `type_id` = 2

Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/113472.html Link to the original text :https://javaforall.cn

原网站

版权声明
本文为[Full stack programmer webmaster]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207071036123241.html