摘要: 需要下载base64JAR包 阅读全文
posted @ 2017-11-24 16:05 夏风中的Young_Uncle 阅读(2564) 评论(0) 推荐(0) 编辑
摘要: 1.find_in_set函数 find_in_set(str,strlist); str是一个字符串 strlist是字符串列表--一个有多个子链被“,”分开的字符串 有多种情况: a.str为null 或者 strlist为null时返回null find_in_set(null,"1,2") 阅读全文
posted @ 2017-11-24 15:04 夏风中的Young_Uncle 阅读(277) 评论(0) 推荐(0) 编辑