NULL for NULL arrays.
Alias: LENGTH (when used with an array argument)
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<array> | The array whose length should be calculated | ARRAY |
Return Type
INTEGER
Examples
| levels int |
|---|
| 4 |
Rows: 1Execution time: 5.52ms
| levels int |
|---|
| 2 |
Rows: 1Execution time: 5.79ms