File tree 1 file changed +12
-16
lines changed
1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -17914,7 +17914,7 @@ FROM films AS f;
17914
17914
</listitem>
17915
17915
<listitem>
17916
17916
<para>
17917
- <xref linkend="functions-jsontable"/ >
17917
+ <link linkend="functions-jsontable"><literal>JSON_TABLE</literal></link >
17918
17918
</para>
17919
17919
</listitem>
17920
17920
</itemizedlist>
@@ -18587,13 +18587,9 @@ FROM
18587
18587
</sect5>
18588
18588
</sect4>
18589
18589
18590
- <refentry id="functions-jsontable">
18591
- <refnamediv>
18592
- <refname>JSON_TABLE</refname>
18593
- <refpurpose>display JSON data as an SQL relation</refpurpose>
18594
- </refnamediv>
18595
-
18596
- <refsynopsisdiv>
18590
+ <sect4 id="functions-jsontable">
18591
+ <title><literal>JSON_TABLE</literal></title>
18592
+ <indexterm><primary>json_table</primary></indexterm>
18597
18593
18598
18594
<synopsis>
18599
18595
JSON_TABLE (
@@ -18621,8 +18617,8 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
18621
18617
| <replaceable>name</replaceable> FOR ORDINALITY
18622
18618
18623
18619
</synopsis>
18624
- </refsynopsisdiv>
18625
- <refsect1 >
18620
+
18621
+ <sect5 >
18626
18622
<title>Description</title>
18627
18623
18628
18624
<para>
@@ -18689,8 +18685,8 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
18689
18685
into both child and parrent columns for all missing values.
18690
18686
</para>
18691
18687
18692
- </refsect1 >
18693
- <refsect1 >
18688
+ </sect5 >
18689
+ <sect5 >
18694
18690
<title>Parameters</title>
18695
18691
18696
18692
<variablelist>
@@ -18884,9 +18880,9 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
18884
18880
18885
18881
</variablelist>
18886
18882
18887
- </refsect1 >
18883
+ </sect5 >
18888
18884
18889
- <refsect1 >
18885
+ <sect5 >
18890
18886
<title>Examples</title>
18891
18887
18892
18888
<para>
@@ -18914,8 +18910,8 @@ SELECT jt.* FROM
18914
18910
</screen>
18915
18911
</para>
18916
18912
18917
- </refsect1 >
18918
- </refentry >
18913
+ </sect5 >
18914
+ </sect4 >
18919
18915
18920
18916
</sect3>
18921
18917
You can’t perform that action at this time.
0 commit comments