Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created September 29, 2017 15:03
Show Gist options
  • Save arkadiusjonczek/32c1d814de9073e60bb98d01892acafe to your computer and use it in GitHub Desktop.
Save arkadiusjonczek/32c1d814de9073e60bb98d01892acafe to your computer and use it in GitHub Desktop.
[MySQL] IDs as comma separated list #tags: OXID, MySQL
SELECT GROUP_CONCAT(OXID) FROM oxarticles LIMIT 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment