I tried to set null to columns like following.
ALTER TABLE myschema.table ALTER COLUMN (test_id,type) SET NOT NULL;
But it returned syntax error like Syntax error at or near Line 3, Position 47
Are there any proper way to achieve this ?
If someone has opinion please let me know.
Thanks