Skip to content

WITH keyword #165

Closed
Closed
@ibennetch

Description

@ibennetch

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions