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-16 11:22:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
53e1975833
ClickHouse
/
tests
/
queries
/
0_stateless
/
01658_values_ubsan.sql
2 lines
92 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
*
FROM
VALUES
(
'
x UInt8, y UInt16
'
,
1
+
2
,
'
Hello
'
)
;
-- { serverError BAD_ARGUMENTS }
Reference in New Issue
Copy Permalink