summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert_dynamic/replace_not_unique_fail.yql
blob: 2465348be59146028af1925da543060bc894832a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* postgres can not */
/* kikimr can not */
/* dqfile can not - missing langver support */
/* hybridfile can not - missing langver support */
/* ytfile can not - result error is yt specific */
/* custom error: Execution of node: YtPublish!, Failed jobs limit exceeded: Duplicate key [0#"x"]*/
use plato;

replace into Output (key)
values ("x"), ("x");