Skip to content

Commit 3e4209d

Browse files
committed
Address doctest failure
Signed-off-by: Margarit Hakobyan <[email protected]>
1 parent 2964853 commit 3e4209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/dql/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ Return type integer:
23472347

23482348
Example::
23492349

2350-
os> SELECT POSITION('world' IN 'helloworld')
2350+
opensearchsql> SELECT POSITION('world' IN 'helloworld'), POSITION('invalid' IN 'helloworld');
23512351
fetched rows / total rows = 1/1
23522352
+-------------------------------------+---------------------------------------+
23532353
| POSITION('world' IN 'helloworld') | POSITION('invalid' IN 'helloworld') |

0 commit comments

Comments
 (0)