mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 12:01:58 +00:00
b2e2322895
Contains error codes with number of times they have been triggered. Columns: - `name` ([String](../../sql-reference/data-types/string.md)) — name of the error (`errorCodeToName`). - `code` ([Int32](../../sql-reference/data-types/int-uint.md)) — code number of the error. - `value` ([UInt64](../../sql-reference/data-types/int-uint.md)) - number of times this error has been happened. **Example** ``` sql SELECT * FROM system.errors WHERE value > 0 ORDER BY code ASC LIMIT 1 ┌─name─────────────┬─code─┬─value─┐ │ CANNOT_OPEN_FILE │ 76 │ 1 │ └──────────────────┴──────┴───────┘ |
||
---|---|---|
.. | ||
base | ||
codebrowser | ||
compatibility | ||
coverage | ||
fasttest | ||
fuzzer | ||
integration | ||
performance-comparison | ||
pvs | ||
split_build_smoke_test | ||
stateful | ||
stateful_with_coverage | ||
stateless | ||
stateless_pytest | ||
stateless_unbundled | ||
stateless_with_coverage | ||
stress | ||
style | ||
testflows/runner | ||
unit | ||
Dockerfile | ||
README.md | ||
test_runner_docker_compose.yaml | ||
test_runner.sh |
ClickHouse Test Docker Image
License
View license information for the software contained in this image.