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(), '111', '2041-02-1', '5', '2041-1-1', 29.3, '2041-02-1 7:20:00', '2041-02-1 17:54:00', '2041-02-1 7:34:00', '2041-02-1 17:47:00', '2041-02-01 09:44', '2041-02-01 21:34', '2041-02-01 03:16', '2041-02-01 15:44', 198, 187, -7, 33, '2041-02-01 01:12', '2041-02-01 05:19', '2041-02-01 14:59', '2041-02-01 16:29', '2041-02-01 05:12', '2041-02-01 07:47', '2041-02-01 17:29', '2041-02-01 19:49', '2041-01-31 22:50', '2041-02-01 01:22', '2041-02-01 11:32', '2041-02-01 13:56' ) Duplicate entry '2041-02-01-111' for key 'tide_date'