企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` select group_concat(author_id) from yjf_user_mj_author_collect ``` group_concat 是自动按逗号拼接返回 ![](https://img.kancloud.cn/d8/64/d864b3a09c92bee4019a270da5934d04_378x316.png) ![](https://img.kancloud.cn/a7/d4/a7d4ccd122842fd368a45fa9627fb953_581x260.png) 查询一个字段 ![](https://img.kancloud.cn/6d/50/6d5075494508df47009446a183cf4a26_145x93.png) ``` SELECT * FROM `user01` where FIND_IN_SET(4,`name`); ``` 结果 ![](https://img.kancloud.cn/54/71/54713f697f5000711fead6bdbf83de2f_136x71.png)