File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -19038,14 +19038,15 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
19038
19038
</term>
19039
19039
<listitem>
19040
19040
<para>
19041
- The input data to query (<replaceable>context_item</replaceable>),
19042
- the JSON path expression defining the query (<replaceable>path_expression</replaceable>)
19043
- with an optional name (<replaceable>json_path_name</replaceable>), and an
19044
- optional <literal>PASSING</literal> clause, which can provide data values
19045
- to the <replaceable>path_expression</replaceable>. The result of the input
19046
- data evaluation using the aforementioned elements is called the
19047
- <firstterm>row pattern</firstterm>, which is used as the source for row
19048
- values in the constructed view.
19041
+ The <replaceable>context_item</replaceable> specifies the input document
19042
+ to query, the <replaceable>path_expression</replaceable> is an SQL/JSON
19043
+ path expression defining the query, and <replaceable>json_path_name</replaceable>
19044
+ is an optional name for the <replaceable>path_expression</replaceable>.
19045
+ The optional <literal>PASSING</literal> clause provides data values for
19046
+ the variables mentioned in the <replaceable>path_expression</replaceable>.
19047
+ The result of the input data evaluation using the aforementioned elements
19048
+ is called the <firstterm>row pattern</firstterm>, which is used as the
19049
+ source for row values in the constructed view.
19049
19050
</para>
19050
19051
</listitem>
19051
19052
</varlistentry>
You can’t perform that action at this time.
0 commit comments