2016-04-07 9 views

Antwort

1

versuchen Sie dies:

SELECT c1,c2,c3,ARRAY[array_agg(c4),array_agg(c5)] 
from your_table 
group by c1,c2,c3