gpt4 book ai didi

MySQL IN 子句不适用于列名 'index'

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

<分区>

我的架构是这样的:

CREATE TABLE `dump` (
`index` int(20) DEFAULT NULL,
`uid` int(20) DEFAULT NULL,
`time` int(20) DEFAULT NULL,
`delete1` int(20) DEFAULT NULL,
`delete2` int(20) DEFAULT NULL,
`delete3` int(20) DEFAULT NULL,
`delete4` int(20) DEFAULT NULL,
`delete5` int(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

然而当我运行查询时:

SELECT * FROM dump WHERE 'index' IN ('1', '2', '3');

什么都没有返回。我 100% 确定存在具有这些值索引的条目。如果我从 1,2,3 等中删除单引号并不重要,但如果从索引中删除则给出语法错误。

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