问题
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