Skip to content

Instantly share code, notes, and snippets.

@blakewrege
Created October 10, 2014 00:29
Show Gist options
  • Save blakewrege/f852bf8f94e8d94738ce to your computer and use it in GitHub Desktop.
Save blakewrege/f852bf8f94e8d94738ce to your computer and use it in GitHub Desktop.
SELECT student.standing,group_concat(student.age)
FROM lab.student
group by student.standing;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment