Browse Source

HUE-8888 [docs] Fix title of foreign key section in Editor

Romain 5 năm trước cách đây
mục cha
commit
7f0becea9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/docs-site/content/user/querying/_index.md

+ 1 - 1
docs/docs-site/content/user/querying/_index.md

@@ -182,7 +182,7 @@ Here is an example of SQL for using them:
     TBLPROPERTIES ('kudu.num_tablet_replicas' = '1')
     ;
 
-## Foreign Keys
+#### Foreign Keys
 
 When a column value points to another column in another table. e.g. The head of the business unit must exist in the person table: