ClickHouse/tests/queries/0_stateless/01787_map_remote.sql

1 line
69 B
MySQL
Raw Normal View History

2021-04-06 11:38:35 +00:00
SELECT map('a', 1, 'b', 2) FROM remote('127.0.0.{1,2}', system, one);