Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
array_slice(array, start, length) - Returns the subset or range of elements from an array (subarray).
Example:
> SELECT array_slice(array(1, 2, 3,4), 2,2) FROM src LIMIT 1; 3,4
Returns empty list if start/length are out of range of the array
Attachments
Issue Links
- links to