Use array_append function to append an element at the end of an array: UPDATE table1 SET integer_array = array_append(integer_array, 5);.
確定! 回上一頁