浅丘ルリ子 107963
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 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 (
'浅丘ルリ子', 107963, '', '/aTv1E9zDVN4qweD4XW1l4dZq6zU.jpg',
'10749', '18', '', '', '',
1339114, 'ja', 'どじょっこの歌', 'A touching love story about a heroine who loses her parents in the war and tries to keep her pure love alive despite the many difficulties she faces.', 0.1127,
'/V4H1FUG6bk2RbDPw9SHPAfBfCJ.jpg', '1961-11-22', 'The Song of the Season', '', '',
0, 0, '', '66cc826dc95a9b094338b124', , 'Theme Song Performance', 1754887041
)
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', 1754887041
)
ON DUPLICATE KEY UPDATE
' at line 12profile OK