from_empty.sql 97 B

12345
  1. USE plato;
  2. INSERT INTO Output WITH MONOTONIC_KEYS
  3. SELECT * FROM EmptyInput
  4. ORDER BY key, subkey;