Skip to content

Instantly share code, notes, and snippets.

@vijaycs85
Created May 7, 2015 09:06
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 vijaycs85/a4d965e71900d6a83957 to your computer and use it in GitHub Desktop.
Save vijaycs85/a4d965e71900d6a83957 to your computer and use it in GitHub Desktop.
select GROUP_CONCAT(SUBSTRING_INDEX(SUBSTRING_INDEX(filename, '/', -1), '.', 1) SEPARATOR ',') as module from system \G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment