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

41 lines
615 B
Markdown

mysql.help_relation
========================================
功能
-----------
与其他三个表 mysql.help_category、mysql.help_topic、mysql.help_keyword 合作生成 help 命令。
相关表/视图
---------------
* mysql.help_category
* mysql.help_topic
* mysql.help_keyword
字段说明
-------------
| **字段名称** | **类型** | **是否可以为 NULL** | **描述** |
|-----------------|------------|----------------|--------|
| help_topic_id | bigint(20) | NO | 主题 ID |
| help_keyword_id | bigint(20) | NO | 关键词 ID |