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

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