blob: e9849857f2883f56003f3ae31438e0418d0db598 (
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 "OutputStatic" is supported only by INSERT*/
use plato;
replace into OutputStatic
select "x" as key;
|