Skip to content

Commit

Permalink
docs: fix array_position docs (#9003)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Jan 26, 2024
1 parent fc75255 commit 095e228
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 @@ -2176,7 +2176,7 @@ array_pop_back(array)

### `array_position`

Returns a string with an input string repeated a specified number.
Returns the position of the first occurrence of the specified element in the array.

```
array_position(array, element)
Expand Down

0 comments on commit 095e228

Please sign in to comment.