How do I comment on a column in SQL?
The following example adds a comment to the c ustomer_name column in the customer_dimension projection: => COMMENT ON COLUMN customer_dimension_vmart_node01. customer_name IS 'Last name only';
The following example adds a comment to the c ustomer_name column in the customer_dimension projection: => COMMENT ON COLUMN customer_dimension_vmart_node01. customer_name IS 'Last name only';