ClickHouse/tests/queries/0_stateless/01121_remote_scalar_subquery.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
60 B
MySQL
Raw Normal View History

2018-12-30 03:22:05 +00:00
SELECT (SELECT 1) FROM remote('127.0.0.{1,2}', system.one);