insert into tide_data( adate, udate, area_id, tide_date, tide_date_week, qreki_date, moon_age, sun_rise_time, sun_set_time, moon_rise_time, moon_set_time, high_tide_time1, high_tide_time2, low_tide_time1, low_tide_time2, high_tide_num1, high_tide_num2, low_tide_num1, low_tide_num2, siohigari_time1_from, siohigari_time1_to, siohigari_time2_from, siohigari_time2_to, agesio_time1_from, agesio_time1_to, agesio_time2_from, agesio_time2_to, sagesio_time1_from, sagesio_time1_to, sagesio_time2_from, sagesio_time2_to )values( sysdate(), sysdate(), '65', '2123-01-1', '5', '2122-12-4', 3.2, '2123-01-1 7:15:00', '2123-01-1 17:11:00', '2123-01-1 9:13:00', '2123-01-1 20:30:00', '2123-01-01 12:35', NULL, '2123-01-01 05:47', '2123-01-01 18:32', 352, NULL, 2, 101, '2123-01-01 03:55', '2123-01-01 07:39', NULL, NULL, '2123-01-01 07:49', '2123-01-01 10:32', '2123-01-01 20:14', '2123-01-01 22:30', '2123-01-01 01:22', '2123-01-01 03:53', '2123-01-01 14:22', '2123-01-01 16:44' ) Duplicate entry '2123-01-01-65' for key 'tide_date'