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(), '77', '2008-02-1', '5', '2007-12-25', 23.6, '2008-02-1 7:7:00', '2008-02-1 17:42:00', '2008-02-1 2:18:00', '2008-02-1 12:9:00', '2008-02-01 04:26', '2008-02-01 15:14', '2008-02-01 09:54', '2008-02-01 22:35', 217, 213, 159, 64, NULL, NULL, NULL, NULL, '2008-01-31 23:22', '2008-02-01 02:16', '2008-02-01 11:30', '2008-02-01 13:38', '2008-02-01 06:04', '2008-02-01 08:15', '2008-02-01 17:26', '2008-02-01 20:22' ) Duplicate entry '2008-02-01-77' for key 'tide_date'