欢迎投稿

今日深度:

hive with as,

hive with as,


hive 可以用with as的方法把表加入内存,其他语句可以随时使用。

with q1 as (select * from src where key= ‘5’),

q2 as (select * from src s2 where key = ‘4’)

select * from q1 union all select * from q2;

www.htsjk.Com true http://www.htsjk.com/hive/27683.html NewsArticle hive with as, hive 可以用with as的方法把表加入内存,其他语句可以随时使用。 with q1 as (select * from src where key= ‘5’), q2 as (select * from src s2 where key = ‘4’) select * from q1 union all select * fro...
相关文章
    暂无相关文章
评论暂时关闭