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