proteus
0
Q:

postgres in operator with comma separated values

select *
from DUALS
where num in (select unnest (string_to_array('1,2', ',')::integer[]))
0

New to Communities?

Join the community