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

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