File: 004_with_select.sql

package info (click to toggle)
sqlfmt 0.29.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,580 kB
  • sloc: python: 10,007; sql: 5,626; makefile: 39
file content (3 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
3
with my_cte as (select 1, b, another_field from my_schema.my_table)
select *
from another_cte