遍历数组每一个元素使用SQL把array展开成多行: * | select array_column, a from log, unnest( cast( json_parse(array_column) as array(bigint) ) ...
確定! 回上一頁