mysql 字符集錯誤 Illegal mix of collations

  SELECT * FROM     mobile_card.mcc_o2o_repayment_request orr         INNER JOIN     bi_o2o_sfq.CARD C ON C.CARDID = orr.cardno LIMIT 0, 50 sql

Error Code: 1267. Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' 0.038 secspa

這個是Mysql字符集錯誤code

SELECT *ci

FROMunicode

    mobile_card.mcc_o2o_repayment_request orrit

        INNER JOINio

    bi_o2o_sfq.CARD C ON C.CARDID = orr.cardno COLLATE utf8_unicode_cimobile

給錯誤的字符集合,給強制轉化一下  加   COLLATE utf8_unicode_cirequest

相關文章
相關標籤/搜索