Skip to main content
If you want to remove an existing comment on a table or column, rewrite the current comment with NULL.

Syntax

Parameters

Examples

Add a comment on a table:
Add a comment to a column:
Remove the comment on a table:
After a comment is added to a table or column, you can display it in these ways:
  1. Using the rw_description table:
  1. Using the SHOW COLUMNS or DESCRIBE command:

DESCRIBE