I would like to use a ARRAY_FIRST() and a ARRAY_LAST() function, taking an array as argument, and resulting in the first (or the last) element of this array.
For now, I have to ARRAY_JOIN(my_array, ",") first, and the look after the string before the...