summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert_dynamic/replace_with_native_dtable_read.yql
blob: 6fe85174d25e1c62a10d195050e8c64da9087c1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* postgres can not */
/* kikimr can not */
/* dqfile can not - missing langver support */
/* hybridfile can not - missing langver support */
use plato;

replace into Output
select "x" as key;

commit;

select * from Output;