java.sql.SQLSyntaxErrorException: ORA-00907: missing right parenthesis
检查sql语句发现是缺失右括号
and d.decl_code = 'S',) 括号前多加了一个逗号
ORA-00907: missing right parenthesis
阅读 30
2023-07-25
java.sql.SQLSyntaxErrorException: ORA-00907: missing right parenthesis
检查sql语句发现是缺失右括号
and d.decl_code = 'S',) 括号前多加了一个逗号
相关推荐
精彩评论(0)