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(), '268', '1989-09-1', '5', '1989-8-2', 0.9, '1989-09-1 4:43:00', '1989-09-1 17:56:00', '1989-09-1 5:29:00', '1989-09-1 18:6:00', '1989-09-01 03:35', '1989-09-01 15:59', '1989-09-01 09:54', '1989-09-01 22:05', 133, 122, 40, 48, NULL, NULL, NULL, NULL, '1989-08-31 23:18', '1989-09-01 01:45', '1989-09-01 11:43', '1989-09-01 14:09', '1989-09-01 05:28', '1989-09-01 08:00', '1989-09-01 17:48', '1989-09-01 20:15' ) Duplicate entry '1989-09-01-268' for key 'tide_date'