Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add json unquote function for my sql #403

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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