[docs](docs)fix display error #24775

This commit is contained in:
Liqf
2023-09-25 08:38:51 +08:00
committed by GitHub
parent 9579634eac
commit 129ffb7dd7
2 changed files with 3 additions and 0 deletions

View File

@ -29,7 +29,9 @@ under the License.
#### Syntax
`BOOLEAN json_contains(JSON json_str, JSON candidate)`
`BOOLEAN json_contains(JSON json_str, JSON candidate, VARCHAR json_path)`
`BOOLEAN json_contains(VARCHAR json_str, VARCHAR candidate, VARCHAR json_path)`

View File

@ -29,6 +29,7 @@ under the License.
#### Syntax
`INT json_length(JSON json_str)`
`INT json_length(JSON json_str, VARCHAR json_path)`
如果指定path,该JSON_LENGTH()函数返回与 JSON 文档中的路径匹配的数据的长度,否则返回 JSON 文档的长度。该函数根据以下规则计算 JSON 文档的长度: