Greetings,
May I know the command to check whether a column value is in array please?
For example, I am looking for sth like:
select *from testwhere test.col not in ARRAY['val1', 'val2'];
Thanks!