mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
5 lines
146 B
SQL
5 lines
146 B
SQL
SELECT errorCodeToName(toUInt32(-1));
|
|
SELECT errorCodeToName(600); /* gap in error codes */
|
|
SELECT errorCodeToName(0);
|
|
SELECT errorCodeToName(1);
|