This commit is contained in:
Anton Popov 2021-04-06 14:38:35 +03:00
parent 043bd11d2e
commit a9a01df74a
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
{'a':1,'b':2}
{'a':1,'b':2}

View File

@ -0,0 +1 @@
SELECT map('a', 1, 'b', 2) FROM remote('127.0.0.{1,2}', system, one);