Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
granite
project-collie
Wiki
Udms
Sync_mysql_new
table_explode
table_explode
· Changes
Page history
compatible
authored
Apr 26, 2020
by
吴一博
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
udms/sync_mysql_new/table_explode.md
udms/sync_mysql_new/table_explode.md
+1
-0
No files found.
udms/sync_mysql_new/table_explode.md
View page @
86454dbb
## 一对多关系的子表入库
注意,本节所描述的功能。只在不开启兼容选项(compatible)时才能使用。
该功能用于处理一对多关系的数据。 这种数据通常被设计为存储在两个关联的表中。
主表用于存储基本信息,关联表用于存储详情。主表与关联表为一对多关系。
...
...