From 095e228090d2a8269d7475eb08b4d850f01173c8 Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Fri, 26 Jan 2024 12:46:41 -0800 Subject: [PATCH] docs: fix array_position docs (#9003) --- docs/source/user-guide/sql/scalar_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/sql/scalar_functions.md b/docs/source/user-guide/sql/scalar_functions.md index 6c526e3ada75..4ad58a5067ed 100644 --- a/docs/source/user-guide/sql/scalar_functions.md +++ b/docs/source/user-guide/sql/scalar_functions.md @@ -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)