select_from_columns_scalar.sql 43 B

12
  1. --!syntax_pg
  2. select a from (select 1) x(a)