aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/insert_monotonic/overlaping_fail.sql
blob: ec7888b05208674dc454581cda24410b04385dab (plain) (blame)
1
2
3
4
5
6
7
/* ytfile can not */
/* dqfile can not */
USE plato;

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