Skip to content

Commit

Permalink
Update scalar_functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Huang <[email protected]>
  • Loading branch information
dharanad and Weijun-H committed Aug 30, 2024
1 parent 44fac05 commit f645c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3776,7 +3776,7 @@ SELECT map_values(MAP {'a': 1, 'b': NULL, 'c': 3});
----
[1, , 3]
select map_keys(map([100, 5], [42,43]));
select map_values(map([100, 5], [42,43]));
----
[42, 43]
```
Expand Down

0 comments on commit f645c7e

Please sign in to comment.