view elpa/sql-indent-1.4/test-data/pr46.sql @ 198:542bdd6b7739

sql-indent: replace with newer ELPA version
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 08 Dec 2019 14:39:27 -0500
parents
children
line wrap: on
line source

with some_table as (
  -- a comment at the start
  select col1,
         col2,
         col3
    from some_table)
select *
  from some_table;