run below sql in spark-sql or beeline. create table t4(c1 int,c2 int); insert into table t4 select 1,2; insert into table t4 select 2,2;
確定! 回上一頁