Explorar el Código

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

Romain hace 5 años
padre
commit
7f0becea9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: