distinct_star_inmem.sql 125 B

123456
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. $src = select 1, 2, 3 union all select 1, 2, 3;
  4. select distinct * from $src;