union_multiin.sql 88 B

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