Я хочу, чтобы все столбцы из Таблицы 1 и соответствовали только из Таблицы2:
drop table if exists temp.ms_time_decay_content;
create table temp.ms_time_decay_content as
select a.* , b.Category
from temp.ms_timedecay_adobe_Final a
Left Join temp.page_urls_6bded_csv b
on a.post_evar10 = b.Post_evar10;
Ошибка ниже: