How to make a difference of two arrays in ClickHouse?
One of the great things about ClickHouse is its support for arrays, which can be used to store and manipulate large sets of data.
select arrayFilter(x -> has(firstArray, x) != true, secondArray) diff;PreviousClickhouseNextMaterialized View that parses JSON or nested JSON from the string field of another table
Last updated