在我的数据库中有月份字段,但我得到一个异常未知字段列表月份。
MySQL 查询
PreparedStatement pst=con.prepareStatement(
"insert into `horizontalemp`.`register`(" +
"empid,basicsalary,da,hra,netpay,pf," +
"insurance,deduction,grosspay,month,name" +
") values(?,?,?,?,?,?,?,?,?,?,?)"
);