diff --git a/docs/user/dql/functions.rst b/docs/user/dql/functions.rst index 3d084152c1..f15fff9660 100644 --- a/docs/user/dql/functions.rst +++ b/docs/user/dql/functions.rst @@ -2347,7 +2347,7 @@ Return type integer: Example:: - os> SELECT POSITION('world' IN 'helloworld') + opensearchsql> SELECT POSITION('world' IN 'helloworld'), POSITION('invalid' IN 'helloworld'); fetched rows / total rows = 1/1 +-------------------------------------+---------------------------------------+ | POSITION('world' IN 'helloworld') | POSITION('invalid' IN 'helloworld') |