I need something like
select * from table_a join table_b on table_a.s1 contains table_2.s2
But I did not find information on clickhouse’s website.
I need something like
select * from table_a join table_b on table_a.s1 contains table_2.s2
But I did not find information on clickhouse’s website.