Skip to content

Conversation

ssanchez91
Copy link

The JSON_UNQUOTE function in MySQL is used to remove the surrounding double quotes from a JSON string or a JSON value that is stored as a string. It is particularly useful when working with JSON data in a MySQL database, as it helps to extract the raw value from the JSON string, making it easier to use and compare in queries and other operations. The function can be used with both static JSON strings and parameterized values, providing flexibility when working with JSON data.

@Chris53897
Copy link
Contributor

Superseeds #402 if i see this correct

@DaDeather
Copy link

@ssanchez91 could you clean this up so that it only includes the JSON_UNQUOTE instead of also the for this case unnecessary JSON_EXTRACT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants