1

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

Query

MariaDB Version

enter image description here

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/

user1956040
  • 111
  • 2
  • 12

1 Answers1

1

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

Ian Gilfillan
  • 406
  • 2
  • 3
  • 2
    I did see that but as you mentioned it has been over a year and from their phpMyAdmin version: 4.7.4 to my 4.8.3 you would think this would have been addressed. CTE is not that new. – user1956040 Dec 27 '18 at 21:48