Skip to content

Commit

Permalink
sql: add json quote (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgo authored and lilin90 committed Feb 15, 2019
1 parent 09b625e commit b633a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/json-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ TiDB supports most of the JSON functions that shipped with the GA release of MyS
| --------------------------------- | ----------- |
| [JSON_ARRAY([val[, val] ...])][json_array] | Evaluates a (possibly empty) list of values and returns a JSON array containing those values |
| [JSON_OBJECT(key, val[, key, val] ...)][json_object] | Evaluates a (possibly empty) list of key-value pairs and returns a JSON object containing those pairs |
| [JSON_QUOTE(string)][json_quote] | Returns a string as a JSON value with quotes |

## Functions that search JSON values

Expand Down Expand Up @@ -54,7 +55,6 @@ The following JSON functions are unsupported in TiDB. You can track the progress
* `JSON_ARRAY_INSERT`
* `JSON_MERGE_PATCH`
* `JSON_PRETTY`
* `JSON_QUOTE`
* `JSON_SEARCH`
* `JSON_STORAGE_SIZE`
* `JSON_VALID`
Expand Down

0 comments on commit b633a10

Please sign in to comment.