insert_into tb_loan (Product_Code, Customer_Code, Loan_Amount, Rate_Interest, Amount_Tenure, Emi_Amount, Emi_Start, Emi_End) VALUES (0,0,'10000',10.37,'20','546.6','25-10-2013','25-10-2013')
插入失败:您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,以在第 1 行的“insert_into tb_loan (Product_Code, Customer_Code, Loan_Amount, Rate_Interest, Am”附近使用正确的语法