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-05 15:21:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b81715ad8
ClickHouse
/
dbms
/
tests
/
queries
/
0_stateless
/
00727_concat.sql
Alexey Milovidov
964a6e5771
Make function "concat" case insensitive for compatibility [#CLICKHOUSE-20]
2018-10-05 22:58:01 +03:00
2 lines
40 B
SQL
Raw
Blame
History
SELECT
CONCAT
(
'
Hello
'
,
'
,
'
,
'
world!
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink