Created
March 26, 2013 01:50
-
-
Save neurotech/5242465 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT workdept, | |
| LISTAGG(lastname, ', ') WITHIN GROUP(ORDER BY lastname) AS employees | |
| FROM emp | |
| GROUP BY workdept |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://pic.dhe.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.sql.ref.doc%2Fdoc%2Fr0058709.html