ClickHouse has lambdas for arrays. ... WITH ['a', 'bc', 'def', 'g'] AS array SELECT arrayFilter(v -> (length(v) > 1), array) AS filtered ...
確定! 回上一頁