Skip to content

Commit

Permalink
Update docs/source/user-guide/sql/scalar_functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Huang <huangweijun1001@gmail.com>
  • Loading branch information
jayzhan211 and Weijun-H authored Jul 21, 2023
1 parent 855064a commit 30ed8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ array_has_all(array, sub-array)

### `array_has_any`

Returns true if any elements exist is both array
Returns true if any elements exist in both arrays

```
array_has_any(array, sub-array)
Expand Down

0 comments on commit 30ed8d7

Please sign in to comment.