Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Jun 16, 2022
1 parent 3c19b63 commit c26e939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This operation transform literal values (boolean, string and numeric) into corre
One can also specify a specific index:
```
SELECT * {
'[true, 1, "hi", {}, []]'^^xsd:json json:unnest (?item 1)
'[true, 1, "hi", {}, []]'^^xsd:json json:unnest (?item 2)
}
```
Expand Down

0 comments on commit c26e939

Please sign in to comment.