mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +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:
|
Test data:
|
||||||
|
|
||||||
```
|
```
|
||||||
userid
|
UserID
|
||||||
1
|
1
|
||||||
1
|
1
|
||||||
2
|
2
|
||||||
@ -268,7 +268,7 @@ userid
|
|||||||
Query:
|
Query:
|
||||||
|
|
||||||
```
|
```
|
||||||
SELECT groupBitmap(userid) as num FROM t
|
SELECT groupBitmap(UserID) as num FROM t
|
||||||
```
|
```
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
Loading…
Reference in New Issue
Block a user