Note
This view is available starting with V1.4.
Purpose
This view, along with the mysql.help_category, mysql.help_relation, and mysql.help_keyword views, generates help commands.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| help_topic_id | bigint(20) | NO | The ID of the topic. |
| name | varchar(64) | NO | The name of the topic. |
| help_category_id | bigint(20) | NO | The ID of the category. |
| description | varchar(65535) | NO | The description. |
| example | varchar(65535) | NO | The example. |
| url | varchar(65535) | NO | The URL. |
