貌似无法解析hive里的 ! 符号 例如: `select * from bi.aaa where !array_contains(list, cc_id)` `com.alibaba.druid.sql.parser.ParserException: pos 28, line 1, column 28, token !`
貌似无法解析hive里的 ! 符号
例如:
select * from bi.aaa where !array_contains(list, cc_id)com.alibaba.druid.sql.parser.ParserException: pos 28, line 1, column 28, token !