Hi again
I have another question, I would like to add NOT NULL column in my table. I have done like this :
ALTER TABLE patent ALTER COLUMN patent_pri_date SET NOT NULL;
but it doesn't work and give the following error :
ERROR: ALTER TABLE: Attribute "patent_pri_dat e" contains NULL values
is any body can help me how can i add NOT NULL column to my table ?, I use postgresql 7.4. Thank you very much.
Best regards,
Bogie
I have another question, I would like to add NOT NULL column in my table. I have done like this :
ALTER TABLE patent ALTER COLUMN patent_pri_date SET NOT NULL;
but it doesn't work and give the following error :
ERROR: ALTER TABLE: Attribute "patent_pri_dat e" contains NULL values
is any body can help me how can i add NOT NULL column to my table ?, I use postgresql 7.4. Thank you very much.
Best regards,
Bogie
Comment