我更新到 MariaDB 10.2.20 以使用 CTE。在 phpMyAdmin 中仍然出现“无法识别的语句类型。(靠近 WITH)

I updated to MariaDB 10.2.20 to use CTE. Still getting "Unrecognized Statement type. (near WITH) in phpMyAdmin

我想使用 CTE,所以我更新到 MariaDB 10.2.20。 phpMyAdmin 在使用 "WITH".

时出错

我无法找到此版本不支持 "WITH" 的原因。

从 10.2.1 开始的 MariaDB¶ Common Table Expression WITH 是在 MariaDB 10.2.1 中引入的。

MariaDB 从 10.2.2 开始 从 MariaDB 10.2.2 开始支持递归 WITH。

https://mariadb.com/kb/en/library/with/

它看起来像是 phpMyAdmin 中的一个错误,自 2017 年 8 月以来看到这个未解决的错误:https://github.com/phpmyadmin/phpmyadmin/issues/13616