mysql 存储过程 提示错误

会有一股神秘感。 提交于 2019-12-19 18:41:27

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>

declare  v_no varchar(200); 
declare  v_begin varchar(200); 
set v_no='111'; 

提示 
Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation 'find_in_set' 
修改 
alter table `test1`.`wave` convert to character set utf8 collate utf8_unicode_ci; 
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!