我在日志文件中得到以下信息,但不知道这意味着什么:
询问:
create table mydb.new as
select a.col1,b.col4,a.col3 from
sampledb.table1 a
left join sampledb.table2 b
on a.col3=b.col3
;
No Stats for sampledb@table1, Columns: col_1
No Stats for sampledb@table2, Columns: col_4
有人可以帮忙或指导我去哪里看吗?