gpt4 book ai didi

mysql - mysql查询真的很奇怪的错误

转载 作者:行者123 更新时间:2023-11-29 05:35:38 24 4
gpt4 key购买 nike

我有这个查询,我认为它自己会说话:

mysql> select id,email from members where email LIKE "%abraham.sustaita@gmail.com%";
+--------+----------------------------+
| id | email |
+--------+----------------------------+
| 272118 | abraham.sustaita@gmail.com |
+--------+----------------------------+
1 row in set (0.69 sec)

mysql> select id,email from members where email = "abraham.sustaita@gmail.com";
Empty set (0.00 sec)

mysql> select id,email from members where id = 272118;
Empty set (0.00 sec)

数据存在,但如果我使用的不是 LIKE...,它返回空

最佳答案

当存在如此明显不可能的查询序列时,就该考虑表(或索引)损坏并运行 Mysql CHECK 命令了。

在这种情况下,运行 REPAIR TABLE members QUICK 就可以了。

关于mysql - mysql查询真的很奇怪的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10937783/

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