Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_bigint",
"title": "GET_JSON_BIGINT",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_double",
"title": "GET_JSON_DOUBLE",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_int",
"title": "GET_JSON_INT",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_string",
"title": "GET_JSON_STRING",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_array",
"title": "JSON_ARRAY",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_contains",
"title": "JSON_CONTAINS",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_exists_path",
"title": "JSON_EXISTS_PATH",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_extract",
"title": "JSON_EXTRACT",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_object",
"title": "JSON_OBJECT",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_parse",
"title": "JSON_PARSE",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_quote",
"title": "JSON_QUOTE",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_type",
"title": "JSON_TYPE",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_unquote",
"title": "JSON_UNQUOTE",
"language": "en"
}
---
Expand Down Expand Up @@ -28,7 +28,7 @@ under the License.
### Description
#### Syntax

`VARCHAR json_ununquote(VARCHAR)`
`VARCHAR json_unquote(VARCHAR)`

This function unquotes a JSON value and returns the result as a utf8mb4 string. If the argument is NULL, it will return NULL.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_valid",
"title": "JSON_VALID",
"language": "en"
}
---
Expand Down
27 changes: 15 additions & 12 deletions docs/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,18 +609,21 @@
"type": "category",
"label": "JSON Functions",
"items": [
"sql-manual/sql-functions/json-functions/json_parse",
"sql-manual/sql-functions/json-functions/json_extract",
"sql-manual/sql-functions/json-functions/json_exists_path",
"sql-manual/sql-functions/json-functions/json_type",
"sql-manual/sql-functions/json-functions/json_array",
"sql-manual/sql-functions/json-functions/json_object",
"sql-manual/sql-functions/json-functions/json_quote",
"sql-manual/sql-functions/json-functions/json_unquote",
"sql-manual/sql-functions/json-functions/json_valid",
"sql-manual/sql-functions/json-functions/get_json_double",
"sql-manual/sql-functions/json-functions/get_json_int",
"sql-manual/sql-functions/json-functions/get_json_string"
"sql-manual/sql-functions/json-functions/json-parse",
"sql-manual/sql-functions/json-functions/json-extract",
"sql-manual/sql-functions/json-functions/json-exists-path",
"sql-manual/sql-functions/json-functions/json-type",
"sql-manual/sql-functions/json-functions/json-array",
"sql-manual/sql-functions/json-functions/json-object",
"sql-manual/sql-functions/json-functions/json-quote",
"sql-manual/sql-functions/json-functions/json-unquote",
"sql-manual/sql-functions/json-functions/json-valid",
"sql-manual/sql-functions/json-functions/json-contains",
"sql-manual/sql-functions/json-functions/get-json-double",
"sql-manual/sql-functions/json-functions/get-json-int",
"sql-manual/sql-functions/json-functions/get-json-bigint",
"sql-manual/sql-functions/json-functions/get-json-string"

]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_bigint",
"title": "GET_JSON_BIGINT",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_double",
"title": "GET_JSON_DOUBLE",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_int",
"title": "GET_JSON_INT",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "get_json_string",
"title": "GET_JSON_STRING",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_array",
"title": "JSON_ARRAY",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_contains",
"title": "JSON_CONTAINS",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_exists_path",
"title": "JSON_EXISTS_PATH",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_extract",
"title": "JSON_EXTRACT",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_object",
"title": "JSON_OBJECT",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_parse",
"title": "JSON_PARSE",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_quote",
"title": "JSON_QUOTE",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_type",
"title": "JSON_TYPE",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_unquote",
"title": "JSON_UNQUOTE",
"language": "zh-CN"
}
---
Expand Down Expand Up @@ -28,7 +28,7 @@ under the License.
### Description
#### Syntax

`VARCHAR json_ununquote(VARCHAR)`
`VARCHAR json_unquote(VARCHAR)`

这个函数将去掉JSON值中的引号,并将结果作为utf8mb4字符串返回。如果参数为NULL,则返回NULL。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "json_valid",
"title": "JSON_VALID",
"language": "zh-CN"
}
---
Expand Down