Add a test for compatibility

This commit is contained in:
Alexey Milovidov 2023-09-24 19:17:33 +02:00
parent 7778592526
commit b8695525ad
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
1
1
1
1
1
1

View File

@ -0,0 +1 @@
SELECT equals(tupleElement(tuple('a', 10) AS x, 1), 'a') FROM remote('127.0.0.{1,2,3}', numbers(2));