summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert_dynamic/multiple_replace_fail.yql
blob: 22fb1865365eae1d4b732df5260466a819923baa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* postgres can not */
/* kikimr can not */
/* dqfile can not - missing langver support */
/* hybridfile can not - missing langver support */
/* custom error: Multiple modification of dynamic table is not supported yet*/
use plato;

replace into Output
select "x" as key;

commit; 

replace into Output
select "y" as key;