Hive sql error: Semantic analysis exception

前端 未结 0 1269
余生分开走
余生分开走 2021-02-01 16:00

I\'m writing some code as following:

select
    a.year,
    a.date,
    a.town,
    a.city
from table1 a
left outer join table2 b on a.town like concat  (\'%\', b         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题