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(), '209', '1985-10-1', '2', '1985-8-17', 16.3, '1985-10-1 5:20:00', '1985-10-1 17:6:00', '1985-10-1 18:4:00', '1985-10-1 7:12:00', '1985-10-01 04:10', '1985-10-01 15:36', '1985-10-01 09:37', '1985-10-01 22:35', 93, 106, 53, 30, NULL, NULL, NULL, NULL, '1985-09-30 23:47', '1985-10-01 02:17', '1985-10-01 11:24', '1985-10-01 13:48', '1985-10-01 05:48', '1985-10-01 07:58', '1985-10-01 17:41', '1985-10-01 20:29' ) Duplicate entry '1985-10-01-209' for key 'tide_date'