convert rows (with 1 column each) into a 1-dimensional array SELECT ARRAY(SELECT id ... PostgreSQL provides the unnest() function that can be used for this.
確定! 回上一頁