gpt4 book ai didi

mysql - 选择错误 排序规则组合非法

转载 作者:行者123 更新时间:2023-11-29 17:30:48 25 4
gpt4 key购买 nike

我有 mysql 子句:

Select * from table where firstname like 'INPUT'

我正在尝试输入输入以显示错误:

用于“like”操作的排序规则 (utf8mb4_unicode_ci,IMPLICIT) 和 (utf8_general_ci,COERCIBLE) 的非法混合

我设置了变量:

enter image description here

我尝试输入表情符号但仍然显示错误。

在这种情况下你能帮我吗?

最佳答案

您可以尝试以下查询:

select * from table_name where firstname like 'INPUT';

table 是一个关键字,因此请尝试在查询中提供表的名称。

关于mysql - 选择错误 排序规则组合非法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50673235/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com