1 2 3 4 5 6
/* syntax version 1 */ USE plato; SELECT * FROM Input WITH SCHEMA Struct<key:String, subkey:String, value:String>; SELECT * FROM Input;