Back to Playground Home

Remove int value from array

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