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 23:31:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
15a106c35a
ClickHouse
/
tests
/
queries
/
0_stateless
/
00213_multiple_global_in.sql
2 lines
92 B
MySQL
Raw
Normal View
History
Unescape
Escape
Group all tests with 127.0.0.{1,2} into 'shard' tag
2017-01-25 14:00:08 +00:00
SELECT
1
GLOBAL
IN
(
SELECT
1
)
,
2
GLOBAL
IN
(
SELECT
2
)
FROM
remote
(
'
localhost
'
,
system
.
one
)
;
Reference in New Issue
Copy Permalink