摘要: 1.认识find_in_set()函数 Mysql官方文档手册,如下图: 2.find_in_set()基本操作 select find_in_set (‘b’, ‘a,b,c,d,w’); 结果为2,因为b字符串在strlist集合中,在第二个位置,起始数是从1开始的 select find_in 阅读全文
posted @ 2023-03-29 17:45 chelsey3tsf 阅读(1109) 评论(0) 推荐(0)