You can use arrayExists in the WHERE clause. SELECT * FROM ArrayTest WHERE arrayExists(x -> x > 7, distance) = 1; Another way is to use ARRAY JOIN, ...
確定! 回上一頁