diff --git a/doc/sql.extensions/README.builtin_functions.txt b/doc/sql.extensions/README.builtin_functions.txt index 96dbf258cc..0658488a1e 100644 --- a/doc/sql.extensions/README.builtin_functions.txt +++ b/doc/sql.extensions/README.builtin_functions.txt @@ -586,7 +586,7 @@ POSITION Function: Returns the position of the first string inside the second string starting at - an offset (or from the beginning when omitted). + an offset (or from the beginning when omitted). When not found, returns 0. Format: POSITION( IN )