Hi,
I'm trying to add a comment whithin the CREATE TABLE ddl. I've check that Teradata supports comments via statements of the type:
COMMENT ON COLUMN table.col 'A comment!'but the problem is SQL Assistand doesn't "visualize" them when I get the table ddl from the "Show Definition" menu.
My question is there a tricky way to add such comments to columns/tables, so they stay bounded to the table DDL?!
Something like the MySQL comment clause:
↧