forked from repo-mirrors/sqlfluff
2 lines
63 B
SQL
2 lines
63 B
SQL
WITH blah AS (select x,y,z FROM foo) select z, y, x from blah;
|