阿部寛 66155
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 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 (
'阿部寛', 66155, '', '/sCcoERhtdh7vGm6zu5VY7UGQbpX.jpg',
'18', '', '', '', '',
489892, 'ja', '北の桜守', 'The film follows the relationship between a mother and her son. In 1945, the mother played by Sayuri Yoshinaga fled with her two sons from the Russians to Hokkaido. In 1972, her son played by Masato Sakai returns to Japan after finding success in the U.S.', 0.6949,
'/5A36X8YJiUDecx1JRoKbn8Zcu32.jpg', '2018-03-10', 'Sakura Guardian in the North', '', '',
8, 2, '', '676c72108258294bb8612dd6', , 'Theme Song Performance', 1754887535
)
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 ' 'Theme Song Performance', 1754887535
)
ON DUPLICATE KEY UPDATE
' at line 12profile OK