Skip to content

Commit

Permalink
Docs: Fix array_except documentation example (apache#8407)
Browse files Browse the repository at this point in the history
* Minor: Improve the document format of JoinHashMap

* Docs: Fix `array_except` documentation example
  • Loading branch information
Asura7969 authored and appletreeisyellow committed Dec 15, 2023
1 parent 8bbc7ff commit ad59f5e
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 @@ -2371,7 +2371,7 @@ array_except(array1, array2)
+----------------------------------------------------+
| array_except([1, 2, 3, 4], [3, 4, 5, 6]); |
+----------------------------------------------------+
| [3, 4] |
| [1, 2] |
+----------------------------------------------------+
```

Expand Down

0 comments on commit ad59f5e

Please sign in to comment.