mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test to clearly illustrate the difference between arrayEnumerateUniq and arrayEnumerateDense #2975
This commit is contained in:
parent
46a38b72b9
commit
9acb770c23
@ -0,0 +1 @@
|
||||
[1,1,1,2,2] [1,2,3,1,2]
|
@ -0,0 +1 @@
|
||||
SELECT arrayEnumerateUniq([1, 2, 3, 1, 2]), arrayEnumerateDense([1, 2, 3, 1, 2]);
|
Loading…
Reference in New Issue
Block a user