多表关联查询报错先看报错结果

我想通过这个org_post_user_name 表和这个has 的复合表进行查询

通过这个条件关联在一起查询

where  ssorg.org = has.qwe

然后就报这个两个表的编码格式不正确

Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '='

最后在where 的地方将两个字段通过COLLATE关键字 编码格式统一

where ( ssorg.org  COLLATE utf8mb4_general_ci )=( has.qwe  COLLATE utf8mb4_general_ci )

Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operat相关推荐

  1. Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_0900_as_ci,IMPLICIT) for operat

    java.sql.SQLException: Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_0900_as_ ...

  2. MySQL:Illegal mix of collations (utf8_general_ci,COERCIBLE) and (gbk_chinese_ci,IMPLICIT) for operat

    MySQL:Illegal mix of collations (utf8_general_ci,COERCIBLE) and (gbk_chinese_ci,IMPLICIT) for operat ...

  3. MySQL replication illegal mix of collations

    MySQL replication case 一则 转载:http://www.vmcd.org/2013/09/mysql-replication-case-%E4%B8%80%E5%88%99/ ...

  4. Illegal mix of collations (XXX) and (XXX) for operation ‘XXX’

    问题描述: mybatis使用INSTR的时候报错(数据库为MySQL)-- Illegal mix of collations (XXX) and (XXX) for operation 'XXX' ...

  5. mysql general error,mysql General error: 1267 Illegal mix of collations错误​

    在项目迁移之后一个视图的访问出现了问题,报了mysql的1267错误,具体报错信息就是 SQLSTATE[HY000]: General error: 1267 Illegal mix of coll ...

  6. Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operat

    1.问题 今天又在mysql中遇到了,吐血. 2.解决方案 SQL最后加上 COLLATE utf8mb4_unicode_ci SELECT t2.cust_id as cust_id_ex,t1. ...

  7. mysql Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) fo...

    错误:"Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for ...

  8. Error 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT

    Mysql 报错: `Error 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c ...

  9. Error 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT)

    @[TOC](Error 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IM ...

最新文章

  1. css样式脱离标准文档流
  2. 存在于实数域的微观粒子6-放射性衰变与分类准确率
  3. 一个悄然成为世界最流行的操作系统诞生!
  4. C语言指针和数组概述
  5. window mysql 服务安装
  6. JAVA团队开发手册 - 2.代码管理
  7. 避免将属性的可见属性层次结构用作用户定义的层次结构中的级别
  8. 案例学习BlazeDS+Spring之一(
  9. floodfill算法 java_OpenCV 3 floodFill(漫水填充)、图片的放大缩小 pyrUp、pyrDown、Resize JAVA OpenCV专题学习10...
  10. stl vector 容量与大小之间的关系
  11. linux 安装apache、tomcat问题汇总
  12. C++算法学习(动态规划算法)
  13. angular之factory、service、provider
  14. 双硬盘安装ubuntu
  15. 我的世界服务器银行系统,我的世界多功能银行系统制作教程
  16. VirusTotal 为 Chrome 和 Firefox 发布 VT4Browsers 扩展
  17. 写给零基础小白的网站开发入门
  18. linux主流ftp server,Linux下常用的Ftp Server
  19. DAOS 源码解析之 daos_array
  20. 一加8 线刷官方ColorOS尝鲜版遇到的各种问题及解决方案

热门文章

  1. pandas 选取指定列
  2. m基于matlab的光通信误码率仿真,分别对比了OFDM+BPSK和OFDM+4QAM的误码率和星座图
  3. Python取多维数组第n维的前几位
  4. ubuntu 进不去界面解决方案
  5. git合并多次提交为一次提交
  6. Spring Boot熟稔于心的20个常识
  7. 人脸识别原理:(初级篇)内含PPT
  8. LPC1788 引脚分析
  9. 2D 横向对抗射击游戏之美
  10. 正则表达式 包含a和b,包含a不包含b,包含a不包含b和