Purpose
mysql.help_keyword is used to generate the HELP command in combination with the following three tables: mysql.help_relation, mysql.help_topic, and mysql.help_category.
Note
This view is introduced since OceanBase Database V1.4.
Related tables/views
mysql.help_relationmysql.help_topicmysql.help_category
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| help_keyword_id | bigint(20) | NO | The keyword ID. |
| name | varchar(64) | NO | The keyword name. |