MySql "NOT IN" 子句在 phpMyAdmin 4.5.0.2 中无法识别
MySql "NOT IN" clause not recognized in phpMyAdmin 4.5.0.2
一个简单的SQL语句,例如
SELECT 1 from MyTable WHERE 1 NOT IN (2);
生成:
4 Errors were found during analysis.
1. Unrecognized keyword (near "NOT IN" at position 30)
2. Unexpected token. (near "(" at position 37)
3. Unexpected token. (near "2" at position 38)
4. Unexpected token. (near ")" at position 39)
我刚刚在 phpMYAdmin 网站上注意到 "Current version compatible with PHP 5.5 to 7.0 and MySQL 5.5"。 MySql 我使用的版本是5.6.26。这可能是问题所在吗?以上 SQL 某些 des 在直接通过 mysql.exe (MySql 控制台)输入时不会导致问题。
已针对即将推出的 phpMyAdmin 4.5.1 进行修复。
一个简单的SQL语句,例如
SELECT 1 from MyTable WHERE 1 NOT IN (2);
生成:
4 Errors were found during analysis.
1. Unrecognized keyword (near "NOT IN" at position 30)
2. Unexpected token. (near "(" at position 37)
3. Unexpected token. (near "2" at position 38)
4. Unexpected token. (near ")" at position 39)
我刚刚在 phpMYAdmin 网站上注意到 "Current version compatible with PHP 5.5 to 7.0 and MySQL 5.5"。 MySql 我使用的版本是5.6.26。这可能是问题所在吗?以上 SQL 某些 des 在直接通过 mysql.exe (MySql 控制台)输入时不会导致问题。
已针对即将推出的 phpMyAdmin 4.5.1 进行修复。