【发布时间】:2016-09-29 11:49:40
【问题描述】:
我正在使用以下查询将数据插入表中..
INSERT INTO xxcus.xxacl_pn_agrmnt_mst
(mkey, transaction_type, survey_area_7_12, ref_date, status,
mst_date, remarks, tran_type, created_by, creation_date,
last_update_date, last_updated_by, delete_flag
)
VALUES (1, 'AGR', 'khan,', '29-09-2016', 'AGD',
'11/09/2016', 'Test', 'AM', '5681', '29-09-2016 17:10:19',
'29-09-2016 17:10:19', '5681', 'N'
)
但出现错误
2016 年 9 月 29 日的月份无效
这是我要插入的代码
xw.WriteElementString("REF_DATE", txtRefdate.Value);
我不知道这里出了什么问题
【问题讨论】:
标签: oracle