to_empty.sql 98 B

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