Hi,

Can anyone point me toward an SQL function (whether built-in or an add-on) that will allow me to sort the contents of an array datatype in an SQL query?

Something like this:

select sort(my_array_field) from my_table;

Thanks!

Pete

Reply via email to