Add 'Query:' before query for consistency

This commit is contained in:
Blargian 2024-04-03 11:23:42 +02:00
parent 651d382695
commit 3e2616d921
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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),