宝田明 18615
cast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKcast OKError:
INSERT INTO tmdb (
person, person_id, adult, backdrop_path,
genre_ids_0, genre_ids_1, genre_ids_2, genre_ids_3, genre_ids_4,
id, original_language, original_title, overview, popularity,
poster_path, release_date, title, j_title, video,
vote_average, vote_count, chara, credit_id, ord, job, entrydate
) VALUES (
'宝田明', 18615, '', '/e8uPdvK3IDGUj3jmnCsTpF6xldn.jpg',
'18', '', '', '', '',
967168, 'ja', '世の中にたえて桜のなかりせば', 'Saki, a high school girl who always skips classes, works part-time as a life adviser.', 0.2114,
'/wdqSHH2eOxNztDxuvxWYsUhBNy4.jpg', '2022-04-01', 'A World Without Cherry Blossoms', '', '',
4, 1, '', '657c19e1e93e95218dcd607f', , 'Executive Producer', 1754887288
)
ON DUPLICATE KEY UPDATE
popularity = IF(
person = VALUES(person) AND
adult = VALUES(adult) AND
backdrop_path = VALUES(backdrop_path) AND
genre_ids_0 = VALUES(genre_ids_0) AND
genre_ids_1 = VALUES(genre_ids_1) AND
genre_ids_2 = VALUES(genre_ids_2) AND
genre_ids_3 = VALUES(genre_ids_3) AND
genre_ids_4 = VALUES(genre_ids_4) AND
id = VALUES(id) AND
original_language = VALUES(original_language) AND
original_title = VALUES(original_title) AND
overview = VALUES(overview) AND
poster_path = VALUES(poster_path) AND
release_date = VALUES(release_date) AND
title = VALUES(title) AND
j_title = VALUES(j_title) AND
video = VALUES(video) AND
chara = VALUES(chara) AND
job = VALUES(job),
VALUES(popularity), popularity
),
vote_average = IF(
person = VALUES(person) AND
adult = VALUES(adult) AND
backdrop_path = VALUES(backdrop_path) AND
genre_ids_0 = VALUES(genre_ids_0) AND
genre_ids_1 = VALUES(genre_ids_1) AND
genre_ids_2 = VALUES(genre_ids_2) AND
genre_ids_3 = VALUES(genre_ids_3) AND
genre_ids_4 = VALUES(genre_ids_4) AND
id = VALUES(id) AND
original_language = VALUES(original_language) AND
original_title = VALUES(original_title) AND
overview = VALUES(overview) AND
poster_path = VALUES(poster_path) AND
release_date = VALUES(release_date) AND
title = VALUES(title) AND
j_title = VALUES(j_title) AND
video = VALUES(video) AND
chara = VALUES(chara) AND
job = VALUES(job),
VALUES(vote_average), vote_average
),
vote_count = IF(
person = VALUES(person) AND
adult = VALUES(adult) AND
backdrop_path = VALUES(backdrop_path) AND
genre_ids_0 = VALUES(genre_ids_0) AND
genre_ids_1 = VALUES(genre_ids_1) AND
genre_ids_2 = VALUES(genre_ids_2) AND
genre_ids_3 = VALUES(genre_ids_3) AND
genre_ids_4 = VALUES(genre_ids_4) AND
id = VALUES(id) AND
original_language = VALUES(original_language) AND
original_title = VALUES(original_title) AND
overview = VALUES(overview) AND
poster_path = VALUES(poster_path) AND
release_date = VALUES(release_date) AND
title = VALUES(title) AND
j_title = VALUES(j_title) AND
video = VALUES(video) AND
chara = VALUES(chara) AND
job = VALUES(job),
VALUES(vote_count), vote_count
)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'Executive Producer', 1754887288
)
ON DUPLICATE KEY UPDATE
' at line 12profile OK