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(), '48', '2012-03-1', '4', '2012-2-9', 8.2, '2012-03-1 6:46:00', '2012-03-1 18:15:00', '2012-03-1 11:19:00', '2012-03-1 0:59:00', '2012-03-01 01:59', '2012-03-01 13:38', '2012-03-01 07:14', '2012-03-01 21:19', 88, 109, 57, 44, NULL, NULL, NULL, NULL, '2012-02-29 21:50', '2012-03-01 00:12', '2012-03-01 09:09', '2012-03-01 11:42', '2012-03-01 03:33', '2012-03-01 05:39', '2012-03-01 15:56', '2012-03-01 19:00' ) Duplicate entry '2012-03-01-48' for key 'tide_date'