Files
sqlfluff/test/fixtures/dialects/ansi/select_with_b.sql
2024-04-01 21:19:41 +00:00

2 lines
63 B
SQL

WITH blah AS (select x,y,z FROM foo) select z, y, x from blah;