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