Skip to content

Commit

Permalink
Address doctest failure
Browse files Browse the repository at this point in the history
Signed-off-by: Margarit Hakobyan <[email protected]>
  • Loading branch information
margarit-h committed Nov 30, 2022
1 parent 2964853 commit 3e4209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/dql/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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') |
Expand Down

0 comments on commit 3e4209d

Please sign in to comment.