sql语句的 中文括号 invalid character 错误select eba_no 机构, t_moth 月份, sum(amount) 收入(元) from TestTable where 1=1去掉 “(元)“就能运行,加入(元)就报invalid character ,请问怎么解决?[解决办法]收入(元)用双引号括起来试试: "收入(元)"[解决办法]如上。