user_schema_append.sql 196 B

123456
  1. /* custom error:Table "Input" row type differs from the written row type: Struct<-subkey:String>*/
  2. USE plato;
  3. INSERT INTO Input
  4. SELECT * FROM Input WITH SCHEMA Struct<key:String, value:String>;