Oltre alla domanda How to concatenate strings of a string field in a PostgreSQL 'group by' query?stringhe aggregate in ordine decrescente in una query PostgreSQL
Come posso ordinare dipendente in ordine decrescente?
Sto usando PostgreSQL 8.4 che non supporta string_agg()
. Ho provato a utilizzare il seguente, ma non è supportato:
array_to_string(array_agg(employee ORDER BY employee DESC), ',')
Apprezzerei qualsiasi suggerimento per la risposta giusta.
Grazie amico, questo è quello che stavo cercando :) – David