unnest
美
英 
- 網(wǎng)絡(luò)子查詢自動展開;雙重否定代表肯定;子查詢主動展開
例句
The UNNEST operator in SQL PL makes such an operation possible.
SQLPL中的UNNEST運(yùn)算符使此類操作成為可能。
In its simplest form, UNNEST takes an array and produces a one-column table.
在其最簡單的形式中,UNNEST采用陣列并生成單列表。
To make such conversions between arrays and tables possible, DB2 provides the new ARRAY_AGG function and UNNEST operator.
要使陣列和表之間的轉(zhuǎn)換成為可能,DB2要提供新的ARRAY_AGG函數(shù)和UNNEST運(yùn)算符。
Listing 14 shows the DB2 equivalent using UNNEST.
清單14顯示了使用UNNEST的DB2等效項(xiàng)。