union_all_trivial.sql 62 B

123
  1. SELECT * FROM plato.Input
  2. UNION ALL
  3. SELECT * FROM plato.Input;