Skip to content

Commit

Permalink
fix small copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Louisa Lambrecht committed Jun 5, 2024
1 parent 74c2f43 commit 45f372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/functions/nested.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ This section describes functions and operators for examining and manipulating ne
<div class="nostroke_table"></div>

| **Description** | Returns the index of the element if the list contains the element. |
| **Example** | `list_contains([1, 2, NULL], 2)` |
| **Example** | `list_position([1, 2, NULL], 2)` |
| **Result** | `2` |
| **Aliases** | `list_indexof`, `array_position`, `array_indexof` |

Expand Down

0 comments on commit 45f372c

Please sign in to comment.