hive sql 中where后面的查询条件有多个(涉及多个字段),全部用and连接和分成多个sql语句查询有什么区别
比如wherea=trueandb=falseandcisnotnull和建立多个中间表然后select*fromt1wherea=trueselect*fromt2wh...
比如where a = true and b = false and c is not null 和建立多个中间表然后
select * from t1 where a = true
select * from t2 where b = false
select * from t3 where c is not null;
为什么我在用and连接多个条件的时候,限制条件反而不起作用了??? 展开
select * from t1 where a = true
select * from t2 where b = false
select * from t3 where c is not null;
为什么我在用and连接多个条件的时候,限制条件反而不起作用了??? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询