使用JdbcTemplete + durid 执行如下类似于如下的sql时候,产生了异常token IDENTIFIER Chinese_PRC_CI_AS
由于公司的保密政策,所以无法将原SQL提出来, 举例的SQL如下:
select a.id,b.name from table1 a left join table2 b on a.id = b.a_id COLLATE Chinese_PRC_CI_AS
iklwldmw1#
WHERE TBM.strID Collate Chinese_Prc_CS_AI = ?com.alibaba.druid.sql.parser.ParserException: not supported.pos 1875, line 36, column 26, token IDENTIFIER Collate
1条答案
按热度按时间iklwldmw1#
Same issue
WHERE TBM.strID Collate Chinese_Prc_CS_AI = ?
com.alibaba.druid.sql.parser.ParserException: not supported.pos 1875, line 36, column 26, token IDENTIFIER Collate