Sample Header Ad - 728x90

Oracle equivalent of PostgreSQL ARRAY_AGG

0 votes
1 answer
1045 views
I'm looking for an aggregate function supported by Oracle SQL to collect values into arrays, something similar to PostgreSQL
. I already use
for strings, I use
()
with
()
and
()
but it requires to declare a table type. Is there a more straightforward way of emulating
with Oracle SQL?
Asked by gouessej (111 rep)
Jun 16, 2023, 01:00 PM
Last activity: May 1, 2025, 02:04 AM