aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/insert_monotonic/from_empty.sql
blob: 12a4cd2d3bdcf62a44c2c46a80a4d0004eb941e7 (plain) (blame)
1
2
3
4
5
USE plato;

INSERT INTO Output WITH MONOTONIC_KEYS
SELECT * FROM EmptyInput
ORDER BY key, subkey;