ソースを参照

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

Romain 5 年 前
コミット
7f0becea9b
1 ファイル変更1 行追加1 行削除
  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: