blob: 0aff1e3a83ff0135c7c5d010d90921e776f71536 (
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 dynamic table "Output" is supported only by REPLACE or INSERT WITH TRUNCATE*/
use plato;
insert into Output
select "x" as key;
|