上述SQL把数组展开成多行数字, unnest( cast( json_parse(array_column) as array(bigint) ) ) as t(a) ,unnest语法把数组展开,以t来命名新生成的表, ...
確定! 回上一頁