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-05 05:52:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f564ec3b69
ClickHouse
/
tests
/
queries
/
0_stateless
/
01634_uuid_fuzz.sql
2 lines
56 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
toUUID
(
-
1
.
1
)
;
-- { serverError NOT_IMPLEMENTED }
Reference in New Issue
Copy Permalink