mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update reference.md (#5864)
This commit is contained in:
parent
8af931118f
commit
4bbb42bef3
@ -258,7 +258,7 @@ Value of the `UInt64` type.
|
||||
Test data:
|
||||
|
||||
```
|
||||
userid
|
||||
UserID
|
||||
1
|
||||
1
|
||||
2
|
||||
@ -268,7 +268,7 @@ userid
|
||||
Query:
|
||||
|
||||
```
|
||||
SELECT groupBitmap(userid) as num FROM t
|
||||
SELECT groupBitmap(UserID) as num FROM t
|
||||
```
|
||||
|
||||
Result:
|
||||
|
Loading…
Reference in New Issue
Block a user