データベースに重複エントリのエラーがあります。. 一方、データは重複する可能性があります..エラーは次のようなものです
Duplicate entry 'Years-1' for key 'term_type'
挿入コードは
INSERT INTO tbl_investment (member_id, investment_type, scheme_name, term, term_type, receipt_count, `investment_amount`, investment_date, maturity_amount, maturity_date)
VALUES ('162', 'RD', 'hgyuuy', '2', 'Years', '1', '15000', '2013-04-11', '1000', '2013-04-11')`