We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This could be useful. For now I've devised a work around. I print '[' and ']' around the output and the query looks like this:
SELECT CONCAT(json_object(foo, bar, baz), ',') AS '' FROM quux;
The text was updated successfully, but these errors were encountered:
Just a thought, you can use the current version of non-aggregate JSON UDFs combined with recursive stored procedures to achieve what you want.
Sorry, something went wrong.
No branches or pull requests
This could be useful.
For now I've devised a work around. I print '[' and ']' around the output and the query looks like this:
The text was updated successfully, but these errors were encountered: