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-06 07:32:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bbf56e35ac
ClickHouse
/
tests
/
queries
/
0_stateless
/
00098_9_union_all.sql
2 lines
60 B
MySQL
Raw
Normal View
History
Unescape
Escape
dbms: Server: modify columns renaming rules [#METR-14099]
2014-12-24 11:24:43 +00:00
SELECT
*
FROM
(
SELECT
1
UNION
ALL
SELECT
2
)
ORDER
BY
1
ASC
;
Reference in New Issue
Copy Permalink