Purpose
mysql.help_topic is used to generate the HELP command in combination with the following three tables: mysql.help_category, mysql.help_relation, and mysql.help_keyword tables.
Note
This view is introduced since OceanBase Database V1.4.
Related tables/views
mysql.help_categorymysql.help_relationmysql.help_keyword
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| help_topic_id | bigint(20) | NO | The topic ID. |
| name | varchar(64) | NO | The topic name. |
| help_category_id | bigint(20) | NO | The category ID. |
| description | varchar(65535) | NO | The description. |
| example | varchar(65535) | NO | An example. |
| url | varchar(65535) | NO | The URL address. |