summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert_dynamic/replace_to_stat_fail.yql
blob: a24b3ef20afe9ca5c5fb238e8d35e12c8309b209 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* postgres can not */
/* kikimr can not */
/* dqfile can not - missing langver support */
/* hybridfile can not - missing langver support */
/* custom error: Modification of static table "Output" is supported only by INSERT*/
use plato;

replace into Output
select "x" as key;