我們正試圖創建一個存儲過程,但我們遇到了以下錯誤消息: Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.
在33行出現此錯誤,其內容如下: SET @MINTIME = (SELECT
下面的解釋擴展讓我知道,MySQL在內部做了許多排序轉換,如latin1和_utf8。 (`mydb`.`node`.`status` = _latin1'1') and (`mydb`.`node`.`type` = _utf8'usernode')
and (`mydb`.`node`.`uid` = `mydb`.`users`.`uid`)
and (`mydb`.`usernode_