blob: 76c32aab1262ae7f7890ac86399885359854f789 [file] [log] [blame]
-- default for complex types are not allowed
create table t (i int, j array<default> default array(1.3, 2.3));