-
-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
The WITH keyword is now supported for CTEs starting with MariaDB 10.2.1 and MySQL 8.0.
See https://github.com/phpmyadmin/phpmyadmin/issues/13616
./lint-query --query "WITH t as (select a from t1 where b >= 'c')
> select * from t2,t where t2.c=t.a;"
#1: Unrecognized statement type. (near "WITH" at position 0)