Muliple columns - Comment on Column Syntax
So, just a quick check to find out if it can be done, and then an example of adding two or more column comments without table name repeat iteration.
I understand this works, but trying to eliminate repeat of table name:
Comment on column (TABLE_NAME.Column1 is 'First Column';
Comment on column (TABLE_NAME.Column2 is 'Second Column';
I am trying to avoid repeating "Comment on column (TABLE_NAME. So I am looking for something more efficient, something more like