The LISTAGG Oracle function syntax is not supported. Example SQL: <b>select LISTAGG(col1, '##') WITHIN GROUP (ORDER BY col1) FROM table1</b> See: http://docs.oracle.com/cd/E11882_01/server.112/e41084/functions089.htm#SQLRF30030