UNION_ALL_PULLBACK
Description
The UNION_ALL_PULLBACK function returns the column corresponding to the index requested from the UNION_ALL table.
SYNTAX
UNION_ALL_PULLBACK ( expression, index )
NULL handling
NULL values are preserved.
Limitations
The current limitations documented in Engine Limitations also hold for the result of UNION_ALL_PULLBACK
. This means that the hard upper limit of rows for the result column of UNION_ALL_PULLBACK
is 2.1 billion rows, and the recommended limit of rows is 800 million rows.
Examples
[1] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[2] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|