Files
oceanbase/docs/docs-cn/13.reference-guide/1.system-view/2.dictionary-view/1.mysql-help_topic.md
2022-02-10 14:51:49 +08:00

45 lines
959 B
Markdown

mysql.help_topic
=====================================
**功能**
---------------------------
与其他三个表 mysql.help_category、mysql.help_relation、mysql.help_keyword 合作生成 help 命令。
**相关表/视图**
-------------------------------
* mysql.help_category
* mysql.help_relation
* mysql.help_keyword
字段说明
-------------------------
| **字段名称** | **类型** | **是否可以为 NULL** | **描述** |
|------------------|----------------|----------------|--------|
| help_topic_id | bigint(20) | NO | 主题 ID |
| name | varchar(64) | NO | 主题名 |
| help_category_id | bigint(20) | NO | 类目 ID |
| description | varchar(65535) | NO | 描述 |
| example | varchar(65535) | NO | 示例 |
| url | varchar(65535) | NO | url 地址 |