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

余生颓废 提交于 2019-12-11 15:35:23

问题


I am wanting to use CTE so I updated to MariaDB 10.2.20. phpMyAdmin is giving an error on the use of "WITH".

I am not able to find why "WITH" is not supported in this version.

MariaDB starting with 10.2.1¶ Common Table Expression WITH was introduced in MariaDB 10.2.1.

MariaDB starting with 10.2.2 Recursive WITH has been supported since MariaDB 10.2.2.

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


回答1:


It looks like a bug in phpMyAdmin, see this open bug since August 2017: https://github.com/phpmyadmin/phpmyadmin/issues/13616



来源:https://stackoverflow.com/questions/53947825/i-updated-to-mariadb-10-2-20-to-use-cte-still-getting-unrecognized-statement-t

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!