mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
d208013161
fix fix fix
26 lines
169 B
Plaintext
26 lines
169 B
Plaintext
SELECT 1
|
|
;
|
|
|
|
SELECT 1
|
|
UNION ALL
|
|
(
|
|
SELECT 1
|
|
UNION DISTINCT
|
|
SELECT 1
|
|
)
|
|
;
|
|
|
|
SELECT 1
|
|
;
|
|
|
|
SELECT 1
|
|
UNION ALL
|
|
(
|
|
SELECT 1
|
|
UNION DISTINCT
|
|
SELECT 1
|
|
)
|
|
;
|
|
|
|
OK
|