Skip to content

Instantly share code, notes, and snippets.

@LeandroLS
Created July 17, 2017 23:40
Show Gist options
  • Save LeandroLS/54f4cc8aa411b48eac45e4eb4c7ed29d to your computer and use it in GitHub Desktop.
Save LeandroLS/54f4cc8aa411b48eac45e4eb4c7ed29d to your computer and use it in GitHub Desktop.
Post group-concat-nulls
SELECT
GROUP_CONCAT(IFNULL(nome_frutas, 'NULL'))
FROM
frutas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment