如果有人知道这里的问题是什么?我在 Hive 中运行它
select * from a left join b
on a.id=b.id and a.date between b.start_dte and b.end_dte
编译语句时出错:FAILED: SemanticException line 0:undefined:-1 在 JOIN 'end_dte' 中遇到左右别名
如果有人知道这里的问题是什么?我在 Hive 中运行它
select * from a left join b
on a.id=b.id and a.date between b.start_dte and b.end_dte
编译语句时出错:FAILED: SemanticException line 0:undefined:-1 在 JOIN 'end_dte' 中遇到左右别名