0

Is there any way to comment on the column from a specific schema table?

COMMENT ON SCHEMA <schema_name> ON TABLE <table_name> ON <column_name> IS 'this is a comment';
Md. Raju Ahmed
  • 152
  • 2
  • 9
  • found the solution after some research `COMMENT ON COLUMN IS 'this is a comment';` . Need to specify only the last argument on which the comment will be added. – Md. Raju Ahmed Jan 19 '22 at 09:30

0 Answers0