回复:Reg: Merging Rows
select id, SUM(COALESCE(col1, 0)), SUM(COALESCE(col2, 0)), SUM(COALESCE(col3, 0)), SUM(COALESCE(col4, 0)) from example group by id -- 原始邮件 -- 发件人: "usha hive";; 发送时间: 2014年6月25日(星期三) 凌晨4:23 收件人: "user"; 主题: Reg: Merging Rows Hi, I am trying to merg
subscribe
subscribe