user_schema_existing_column.sql 86 B

1234
  1. /* syntax version 1 */
  2. use plato;
  3. select * from Input with schema Struct<key:String>;