figured it … there’s an && operator
http://www.postgresql.org/docs/current/static/functions-array.html
“&& overlap (have elements in common) ARRAY[1,4,3] && ARRAY[2,1]”
figured it … there’s an && operator
http://www.postgresql.org/docs/current/static/functions-array.html
“&& overlap (have elements in common) ARRAY[1,4,3] && ARRAY[2,1]”