This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-12-14 10:22:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5479d9a310
ClickHouse
/
tests
/
queries
/
0_stateless
/
01780_range_msan.sql
2 lines
65 B
MySQL
Raw
Normal View
History
Unescape
Escape
Tests: Convert error numbers to symbolic error codes
2024-05-30 12:27:25 +00:00
SELECT
range
(
toUInt256
(
1
)
,
1
)
;
-- { serverError ILLEGAL_COLUMN }
Reference in New Issue
Copy Permalink