generateSeries
Syntax
Returns a table with the single ‘generate_series’ column (UInt64) that contains integers from start to stop inclusively:
UInt64) that contains integers from start to stop inclusively with spacing between values given by STEP:
STEP can be negative, in which case the series is generated in descending order from START down to STOP. If STEP is negative and START < STOP, the result is empty.