Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax

EXPLODE_RANGE(<integer>;<integer>)
EXPLODE_RANGE(<sting>;<string>)

Description

Explodes a integer or IP address range into multiple rows. An IP address range is first converted to a range of integers. The range length is limited to 100000. All arguments must be of the same type.

Example

Column1

Column2EXPLODE_RANGE() returns

1

51
732


3


4


5


7


6


5


4


3
  • No labels