私のデータベースには月フィールドがありますが、不明なフィールドリストの月という例外が発生します。
MySQL クエリ
PreparedStatement pst=con.prepareStatement(
"insert into `horizontalemp`.`register`(" +
"empid,basicsalary,da,hra,netpay,pf," +
"insurance,deduction,grosspay,month,name" +
") values(?,?,?,?,?,?,?,?,?,?,?)"
);