java.sql.SQLException: ORA-06550: 第 1 行, 第 62 列: PLS-00103: 出现符号 "月"在需要下列之一时: ) , * & | = - + ........

java.sql.SQLException: ORA-06550: 第 1 行, 第 62 列: 
PLS-00103: 出现符号 "月"在需要下列之一时:
 ) , * & | = - + < / > at in
   is mod remainder not rem => ..
   <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_
   between || member SUBMULTISET_
符号 "," 被替换为 "月" 后继续。
ORA-06550: 第 1 行, 第 93 列: 
PLS-00103: 出现符号 ","在需要下列之一时:
 ( - + case mod new not null
   others
  
avg count current exists max min prior sql
   stddev sum variance execute forall 
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
    at oracle.jdbc.driver.DatabaseError.thro

你可能感兴趣的:(java,数据库)