Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created May 1, 2020 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasramp/34502b2ce7afafd24f01eab3b7fdce9a to your computer and use it in GitHub Desktop.
Save kasramp/34502b2ce7afafd24f01eab3b7fdce9a to your computer and use it in GitHub Desktop.
USE user;
SELECT JSON_ARRAYAGG(JSON_OBJECT('id', id, 'firstName', first_name, 'lastName', last_name, 'age', age)) FROM users;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment