mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update check-table.md
Right should be: If `check_query_single_value_result` = 1, the `CHECK TABLE` query shows the general table check status. Old wrong: If `check_query_single_value_result` = 0, the `CHECK TABLE` query shows the general table check status.
This commit is contained in:
parent
d1431fffd2
commit
4041fbc062
@ -46,7 +46,7 @@ CHECK TABLE test_table;
|
||||
└───────────┴───────────┴─────────┘
|
||||
```
|
||||
|
||||
If `check_query_single_value_result` = 0, the `CHECK TABLE` query shows the general table check status.
|
||||
If `check_query_single_value_result` = 1, the `CHECK TABLE` query shows the general table check status.
|
||||
|
||||
```sql
|
||||
SET check_query_single_value_result = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user