Guest User

Untitled

a guest
Dec 10th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. SELECT
  2. ID,
  3. GROUP_CONCAT(CONCAT_WS( ':', title, Number )
  4. SEPARATOR ',' ) AS Title
  5. FROM
  6. example
  7. GROUP BY ID
Add Comment
Please, Sign In to add comment