Tôi có một bảng không có cột null, Làm thế nào để đặt giá trị null trong cột này làm mặc định?
Ý tôi là, tôi muốn làm điều gì đó như thế này:
postgres=# ALTER TABLE person ALTER COLUMN phone SET NULL;
nhưng nó cho thấy:
postgres=# ALTER TABLE person ALTER COLUMN phone SET NULL;
ERROR: syntax error at or near "NULL"
LINE 1: ALTER TABLE person ALTER COLUMN phone SET NULL;