PostgreSQL en matriz

SELECT value_variable = ANY ('{1,2,3}'::int[])
YooPita