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