You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from insert 时,from 不支持join from (select name,address from test1) t1 left join (select name,school from test2) t2 on t2.name = t1.name insert overwrite table tt1 select name,address,school insert overwrite table tt2 select name,address
com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'test1) t1 left join (select name,school ', expect INSERT, actual LEFT, pos 45, line 1, column 42, token LEFT
貌似无法解析hive里的 ! 符号
例如:
select * from bi.aaa where !array_contains(list, cc_id)
com.alibaba.druid.sql.parser.ParserException: pos 28, line 1, column 28, token !
The text was updated successfully, but these errors were encountered: