hive的union all语句的顺序问题

有这么一个查询:web select -count(*) from (select distinct ${hiveconf:colname} from ${hiveconf:tablename} where ${hiveconf:latest_status}) t union all select count(*) from ${hiveconf:tablename} where ${hiveco
相关文章
相关标签/搜索