文章详情页
请问mysql查询字符串形式保存的id怎么查
浏览:68日期:2022-06-13 14:36:03
问题描述
问题解答
回答1:select * from article_table where tags like ’%,1,%’ or tags like ’1,%’ or tags like ’%,1’ or tags=’1’
相关文章:
排行榜

问题描述
问题解答
回答1:select * from article_table where tags like ’%,1,%’ or tags like ’1,%’ or tags like ’%,1’ or tags=’1’
相关文章: