11.2 solaris x86_64
December 5th, 2009
Released as announced for 2009Q4… database, 11.2 for Solaris x86_64
Still Oracle is suffering with European Union Commission who is still blocking the Sun deal.
Released as announced for 2009Q4… database, 11.2 for Solaris x86_64
Still Oracle is suffering with European Union Commission who is still blocking the Sun deal.
Good news, go there http://www.oracle.com/technology/software/products/database and there
Quick install guide
![]()
This will be a killer in the Oracle forums ![]()
listagg
LISTAGG (measure_expr [, 'delimiter_expr'])
WITHIN GROUP (order_by_clause) [OVER query_partition_clause]
for instance
SELECT LISTAGG(ename,',') WITHIN GROUP (ORDER BY ename) FROM emp;
ADAMS,ALLEN,BLAKE,CLARK,FORD,JAMES,JONES,KING,MARTIN,MILLER,SCOTT,SMITH,TURNER,WARD