The SQL standard defines the UNNEST function to return a result table with one row for each element of an array. SELECT * FROM UNNEST (array[1,2,3,4]) as ...
確定! 回上一頁