Back to Playground Home

Checks if int value exists in array

select arrayContainsInt(int_mv_field, 100)  AS value, int_mv_field
from users 
WHERE value
limit 10