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-11-19 14:11:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2254bef74a
ClickHouse
/
tests
/
queries
/
0_stateless
/
02353_ascii.sql
taiyang-li
2254bef74a
implement function ascii
2022-10-26 14:19:26 +08:00
3 lines
39 B
SQL
Raw
Blame
History
SELECT
ascii
(
'
234
'
)
;
SELECT
ascii
(
'
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink