📌  相关文章
📜  错误代码:1267. 非法混合排序规则 (latin1_general_ci,IMPLICIT) 和 (latin1_swedish_ci,IMPLICIT) for operation '=' 0.000 sec - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:24.549000             🧑  作者: Mango

代码示例1
SELECT t.*, ot.Name FROM table t JOIN 
othertable ot ON t.id = ot.id2 
COLLATE latin1_general_ci; -- Choose a common collation here