blob: fac25558e5e7c7d414455c6439ed6e2205bbc9d1 [file] [log] [blame]
create table table1 (
col1 array<int>,
col2 array<text>,
col3 array<record (name text, age int)>,
col3 array<array<float>>
);