github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/util/declare.result (about) 1 DECLARE a, b INT; 2 not supported: declare a b int default null 3 DECLARE a, b INT DEFAULT 1; 4 not supported: declare a b int default 1