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-15 10:52:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1ab4ef0ffa
ClickHouse
/
tests
/
queries
/
0_stateless
/
02515_generate_ulid.sql
4 lines
93 B
MySQL
Raw
Normal View
History
Unescape
Escape
Fix build
2022-12-29 02:17:52 +00:00
-- Tags: no-fasttest
Add generateULID function
2022-12-28 00:54:50 +00:00
SELECT
generateULID
(
1
)
!
=
generateULID
(
2
)
,
toTypeName
(
generateULID
(
)
)
;
Reference in New Issue
Copy Permalink