Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Imagine we have a table as:

AAA BBB 123
AAA BBB 456
AAA BBB 789

How can i see these three in a single row as:

AAA BBB 123-456-789 (multiple cells are added to a single cell using a delimiter)

Cheers.

share
search for group-concat workaround. – danihp 1 min ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.