distinct_all_projection.sql 75 B

12
  1. --!syntax_pg
  2. select distinct x from (values (1),(2),(1),(null::int4)) a(x)