union_trivial.sql 72 B

1234
  1. SELECT * FROM plato.Input
  2. UNION
  3. SELECT * FROM plato.Input
  4. ORDER BY key;