меня нет.
SELECT * FROM table1 as t1
JOIN table2 as t2 ON t1.field = t2.field
JOIN table3 as t3 ON t1.field = t3.field
JOIN table4 as t4 ON t1.field = t4.field
JOIN table5 as t5 ON t1.field = t5.field
JOIN table6 as t6 ON t1.field = t6.field
FORMAT JSON
ClickHouse release 19.6.2.11, 2019-05-13 Support asterisks and qualified asterisks for multiple joins without subqueries
Обсуждают сегодня