blob: 0aa240eebc6981b8ad7b3dabccc11ca92ad30426 (
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: Table "Output" row type differs from the written row type: Struct<-key:String,-value:Optional<String>,+some_key:String>*/
use plato;
replace into Output
select "x" as some_key;
|