HelloI need to order an array using another column in table ad_query_join_select.I need something like this but this is not a valid SQL:
As per the manual?
SELECT string_agg(a, ',' ORDER BY a) FROM table;
HelloI need to order an array using another column in table ad_query_join_select.I need something like this but this is not a valid SQL: