Skip to content

Commit 68f5d70

Browse files
committed
Update config doc
1 parent ca41065 commit 68f5d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/user-guide/sql/scalar_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4140,7 +4140,7 @@ array_prepend(element, array)
41404140

41414141
### `array_product`
41424142

4143-
Returns the product of the elements in the input numeric array. NULL elements inside the array are skipped (matching SQL aggregate convention). Returns NULL if the whole input is NULL or if every element is NULL. Returns 1.0 for an empty array (multiplicative identity). The result is always returned as `Float64`.
4143+
Returns the product of the elements in the input numeric array. NULL elements inside the array are skipped (matching SQL aggregate convention). Returns NULL if the input is NULL, every element is NULL, or the array is empty. The result is always returned as `Float64`.
41444144

41454145
```sql
41464146
array_product(array)

0 commit comments

Comments
 (0)