mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Add 'Query:' before query for consistency
This commit is contained in:
parent
651d382695
commit
3e2616d921
@ -32,6 +32,8 @@ Type: always [Float64](../../../sql-reference/data-types/float.md).
|
||||
|
||||
The following two columns being compared below have no association with each other, so the result of `cramersV` is 0:
|
||||
|
||||
Query:
|
||||
|
||||
``` sql
|
||||
SELECT
|
||||
cramersV(a, b)
|
||||
|
@ -28,6 +28,8 @@ Type: always [Float64](../../../sql-reference/data-types/float.md).
|
||||
|
||||
The following two columns being compared below have a small association with each other. Notice the result of `cramersVBiasCorrected` is smaller than the result of `cramersV`:
|
||||
|
||||
Query:
|
||||
|
||||
``` sql
|
||||
SELECT
|
||||
cramersV(a, b),
|
||||
|
Loading…
Reference in New Issue
Block a user