Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3dbf883

Browse files
author
Nikita Glukhov
committed
Fix docs for JSON_TABLE(): replaceable => parameter
1 parentb9a45aa commit3dbf883

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
@@ -18612,8 +18612,8 @@ where <replaceable class="parameter">json_table_column</replaceable> is:
1861218612
[ PATH <replaceable>json_path_specification</replaceable> ]
1861318613
[ { WITHOUT | WITH { CONDITIONAL | [UNCONDITIONAL] } } [ ARRAY ] WRAPPER ]
1861418614
[ { KEEP | OMIT } QUOTES [ ON SCALAR STRING ] ]
18615-
[ { ERROR | NULL | EMPTY { ARRAY | OBJECT } | DEFAULT expression } ON EMPTY ]
18616-
[ { ERROR | NULL | EMPTY { ARRAY | OBJECT } | DEFAULT expression } ON ERROR ]
18615+
[ { ERROR | NULL | EMPTY { ARRAY | OBJECT } | DEFAULT<replaceable>expression</replaceable> } ON EMPTY ]
18616+
[ { ERROR | NULL | EMPTY { ARRAY | OBJECT } | DEFAULT<replaceable>expression</replaceable> } ON ERROR ]
1861718617
| <replaceable>name</replaceable> <replaceable>type</replaceable> EXISTS [ PATH <replaceable>json_path_specification</replaceable> ]
1861818618
[ { ERROR | TRUE | FALSE | UNKNOWN } ON ERROR ]
1861918619
| NESTED PATH <replaceable>json_path_specification</replaceable> [ AS <replaceable>path_name</replaceable> ]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp