aliased_columns.sql 85 B

12
  1. --!syntax_pg
  2. select a, b, c from (select 1 as a, 2 as b, 3 as c) as "A.B" order by b