💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## find_in_set 斜杠(/)分隔的字符查询 ### 解决方案: ``` where find_in_set(2, replace(col, '/', ',')) > 0 ``` ***** ### 原本用法: ``` WHERE FIND_IN_SET(2,limits) ```