Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3517eb

Browse files
author
Nikita Glukhov
committed
Fix docs for JSON_TABLE(): replaceable => parameter
1 parent 8794a72 commit e3517eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18604,8 +18604,8 @@ JSON_TABLE (
1860418604
where <replaceable class="parameter">json_table_column</replaceable> is:
1860518605
</phrase>
1860618606
<replaceable>name</replaceable> <replaceable>type</replaceable> [ PATH <replaceable>json_path_specification</replaceable> ]
18607-
[ { ERROR | NULL | DEFAULT expression } ON EMPTY ]
18608-
[ { ERROR | NULL | DEFAULT expression } ON ERROR ]
18607+
[ { ERROR | NULL | DEFAULT <replaceable>expression</replaceable> } ON EMPTY ]
18608+
[ { ERROR | NULL | DEFAULT <replaceable>expression</replaceable> } ON ERROR ]
1860918609
| <replaceable>name</replaceable> <replaceable>type</replaceable> FORMAT <replaceable>json_representation</replaceable>
1861018610
[ PATH <replaceable>json_path_specification</replaceable> ]
1861118611
[ { WITHOUT | WITH { CONDITIONAL | [UNCONDITIONAL] } }

0 commit comments

Comments
 (0)