長谷川和彦 233669
cast 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 (
'長谷川和彦', 233669, '', '/k5xRpN0Cgrq2UnWTD3aW2JbzaZP.jpg',
'18', '', '', '', '',
50696, 'ja', '神々の深き欲望', 'Tokyo engineer Kariya arrives on a primitive tropical island, where he interacts with the Futori clan, to drill a well to power a sugar mill.', 1.1692,
'/n5GTZHtCV0ThjUmDDItz30uVz9c.jpg', '1968-11-22', 'Profound Desires of the Gods', '', '',
7.5, 61, '', '5ca7d07e925141565afcaad8', , 'Associate Producer', 1754885673
)
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 ' 'Associate Producer', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/k5xRpN0Cgrq2UnWTD3aW2JbzaZP.jpg',
'18', '', '', '', '',
50696, 'ja', '神々の深き欲望', 'Tokyo engineer Kariya arrives on a primitive tropical island, where he interacts with the Futori clan, to drill a well to power a sugar mill.', 1.1692,
'/n5GTZHtCV0ThjUmDDItz30uVz9c.jpg', '1968-11-22', 'Profound Desires of the Gods', '', '',
7.5, 61, '', '5ca7d37e0e0a264c71f0a5bf', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'10749', '35', '', '', '',
525565, 'ja', 'おくさまは18才 新婚教室', 'Laughter is brought about by a teacher-husband and student-wife couple.', 0.3488,
'/fjx1MBUnESxcb0mD1NnEUhxCMlC.jpg', '1971-06-05', 'Okusama wa 18 sai: shinkon kyoshitsu', '', '',
0, 0, '', '5b0304a80e0a2623e901bfa8', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/54NqkY4vsGeKGdjAkTunhHaBWMu.jpg',
'18', '10749', '', '', '',
125275, 'ja', '八月の濡れた砂', 'Several high-school friends spend their final summer together indulging in sex and leisure; their halcyon days are soon coming to an end.', 0.6274,
'/hGmwq7u8xbC7ou4sewcLnG4tdvB.jpg', '1971-08-25', 'Wet Sand in August', '', '',
5.3, 3, '', '5ca7d3cec3a3683f5a5de582', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/kpPXZO0GfGi1lSbnTw62MiLsfNb.jpg',
'18', '', '', '', '',
233973, 'ja', '性盗ねずみ小僧', 'Parody tale of notorious Edo-period Robin Hood named Nezumi Kozo (Rat Man), a thief who robs from the rich and showers the money on the poor. In this entry, he\\\'s also a drunkard who sometimes forgets why he\\\'s broken into the house in the first place. This is especially true if there\\\'s a pretty girl to be seduced.', 0.4994,
'/1gXRRFs6tTUHA0ODn28oHqCVWuv.jpg', '1972-01-29', 'Love Bandit Rat Man', '', '',
6, 2, '', '5be547ed0e0a2614ba03e08a', , 'Screenplay', 1754885673
)
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 ' 'Screenplay', 1754885673
)
ON DUPLICATE KEY UPDATE
po' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'18', '', '', '', '',
233966, 'ja', 'さすらいの情事', 'Roman Porno from 1972.', 0.2901,
'/nN73GIsjYj3VEgrAViHnKaeNZCh.jpg', '1972-02-19', 'Drifter\\\'s Affair', '', '',
10, 1, '', '5d095540925141170cb9def6', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/6ghWr9UrI8wDzRipYig0Slvw0Ck.jpg',
'18', '', '', '', '',
732818, 'ja', '薔薇のためいき', 'Depicting female karma and sexual sorrow in the midst of revenge and immorality, a woman betrayed by her lover plans to take revenge on him by seducing his only son and dragging him into a sensual trap, but before long she too is writhing in delight and falling in love with him.', 0.2935,
'/i6LJgLzZHfdboBAXCQfpKynT6jr.jpg', '1972-03-29', 'Sigh of Roses', '', '',
10, 1, '', '625d58c4d266a2331815bfc3', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/tgaXOsKdWCIr8wNLqTpyhySgqCd.jpg',
'', '', '', '', '',
233954, 'ja', '団地妻 しのび逢い', 'Shuichi and Nobuko are an ordinary, young couple, a promising company employee and his pretty wife. They think nothing can mar their peaceful life but nothing is permanent in this world and Shuichi\\\'s company goes bankrupt. Shuichi feels lost. He misses the good times he had at bars and cabarets, especially Hiromi, a hostess. Nobuko offers to work while he hunts for a job and finds an opening at an advertising company. But as Nobuko makes the rounds of restaurants and cabarets, she finds she cannot get ads just by dint of hard work alone. All the shop owners and managers expect her to sleep with them for each big ad they buy. At first, Nobuko is shocked but, to eat, she must meet their demands.', 0.2984,
'/dNYzITwWYMnZIwrJyORPRAb5lS5.jpg', '1972-04-29', 'Apartment Wife: Secret Rendezvous', '', '',
0, 0, '', '5d40bbcec2ff3d000f2b824f', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'10749', '53', '', '', '',
233947, 'ja', '盛り場 流れ花', '', 0.3822,
'/ptlPfjWooNtoc6HE3P4xEKpWb2I.jpg', '1972-06-17', 'Night Spot: Drifting Flower', '', '',
10, 1, '', '5e2fba97326c1900161ca4c9', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/eh8v1AYO0QIR7FPO6t0mEeXbpCh.jpg',
'18', '27', '', '', '',
143448, 'ja', '夜汽車の女', 'Saeko is abnormally attached to her older sister, Yumi. When Yumi becomes engaged to Arikawa, Saeko schemes to separate the two. She seduces Arikawa who then becomes confused over his attraction to both sisters.', 0.9053,
'/3Ku8z70GIJ36S53hW8wUWsSzkht.jpg', '1972-07-19', 'Woman on the Night Train', '', '',
4.7, 3, '', '5ca7d41f0e0a264c80f0ad7e', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'28', '80', '', '', '',
233931, 'ja', '性豪列伝 死んで貰います', 'Roman Porno from 1972.', 0.3868,
'/5Usjo4KjfzOZPCqgZxtvkQ0jfId.jpg', '1972-08-16', 'The Superhuman Stud', '', '',
10, 1, '', '5d0953bd92514135eab9c315', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/xKj2iQWEAnKCTSBmiDmOvXNnbL8.jpg',
'18', '', '', '', '',
619456, 'ja', 'エロスの誘惑', 'Tane, a female clerk of a rubber company in a corner of an industrial area facing Tokyo Bay is a quirky woman, also living on the second floor of the company warehouse.', 0.4593,
'/rb1dtUsJ54KBgl9QwiAyGu81JWu.jpg', '1972-10-07', 'Temptation of Eros', '', '',
3, 4, '', '5d408bd8172d7f000f21aefd', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/9RKa68sjW47BVflDsJj6yh4XxgS.jpg',
'10749', '53', '', '', '',
671392, 'ja', '昼下りの情事 裏窓', 'For a girl who works in a 3rd rate bar, Ayuko is full of vanity. Nomura, her patron, is besotted by her and it is their habit that they cannot reach a climax unless they peek at a couple, across the way, making love. Intent on climbing up in the world, Ayuko uses all her wiles to get her patron, who is putty in her hands, to move her from her grubby apartment house to a dreamboat of a place. She then tries to find a place to work more befitting her new home but all the elite night clubs will have nothing to do with her and with time heavy on her hands, the devil finds mischief for idle hands to do.', 0.3837,
'/qNTEtmSmUv6fvv7o8XhYjIPytKj.jpg', '1972-11-18', 'Afternoon Affair: Rear Window', '', '',
6, 5, '', '5e406ec46dea3a00114514c9', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'18', '', '', '', '',
129371, 'ja', '赤い鳥逃げた?', 'A young outlaw can’t escape his rebellious past despite connections to a well-to-do family.', 0.3653,
'/iudpRxjwvPVAM5OGjzecLoRgH7D.jpg', '1973-02-17', 'Did the Red Bird Escape?', '', '',
6.3, 3, '', '5d3e689834e1520011e7f8c6', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/F8EZxpz6OjBmaR3QuQZ0fiJaKG.jpg',
'18', '', '', '', '',
346613, 'ja', 'エロスは甘き香り', 'Yukie, Koichi and Akira are rogues looking for a place to crash. They move into a house which Etsuko (Kaori Momoi) inherited from her parents. Soon after getting settled, the hippies slip into a communal lifestyle. They eat, have sex, and generally share everything together.', 0.5047,
'/ey7ZlslT78z8fLH9gbgzC0Zw9gK.jpg', '1973-03-24', 'Sweet Scent of Eros', '', '',
3.4, 5, '', '5902f7adc3a368291d006e8c', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'18', '', '', '', '',
234070, 'ja', 'おさな妻の告白 陶酔', 'Nikkatsu Roman Porno', 0.3571,
'/Afmh8g98oV0Ej15tL0jQxffSxvX.jpg', '1973-04-25', 'The Climax', '', '',
10, 1, '', '5d40c2ccc2ff3d00112b93ae', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/fNwTw9tcH0oGC7DwYMMiW2zy1ZA.jpg',
'28', '80', '', '', '',
143492, 'ja', '濡れた荒野を走れ', 'A group of corrupt police detectives go on a manhunt for an ex-collogue who they believe could blow their whole rotten operation wide open.', 0.455,
'/j7QVhhJyhq5YWlE8jmjjXUghHOE.jpg', '1973-06-23', 'Retreat Through the Wet Wasteland', '', '',
4, 3, '', '5e20b6cc1130bd00164976ec', , 'Screenplay', 1754885673
)
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 ' 'Screenplay', 1754885673
)
ON DUPLICATE KEY UPDATE
po' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'', '', '', '', '',
234020, 'ja', '大江戸性盗伝 女斬り', 'Nikkatsu Roman Porno', 0.5806,
'/4p1JSfibUTVJlzVR2b1xxYqNiCA.jpg', '1973-09-12', 'Legend of the Sex Thief in Edo', '', '',
0, 0, '', '5d0952ea0e0a267ffbcb4716', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'', '', '', '', '',
967835, 'ja', 'さすらいかもめ 釧路の女', 'Nikkatsu Roman Porno', 0.3681,
'/2lJvTHZEX0HqmeBVmMHvEQtiO12.jpg', '1973-10-05', 'Wandering Seagull: Night in Kushiro', '', '',
0, 0, '', '6267c168614c6d0050609b9b', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/sUBzNLdadcjou9rGGtoUK3l83Ji.jpg',
'', '', '', '', '',
234625, 'ja', '団地妻 昼下りの誘惑', 'A wife who suspects her husband of infidelity hires an investigator. But it turns out he has his own kinky secrets.', 0.2462,
'/jQOoU3tcL8t9tLv4Kb60BfQEl31.jpg', '1974-01-15', 'Apartment Wife: Afternoon Seduction', '', '',
0, 0, '', '5ca7d4850e0a264c80f0adfc', , 'First Assistant Director', 1754885673
)
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 ' 'First Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDAT' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'18', '', '', '', '',
234616, 'ja', '実録ジプシー・ローズ', 'The film depicts the private life wrapped in the mysterious veil of the dancer Gypsy Rose, who was known as the Monroe of Japan and enthused a wide range of fans.', 0.3151,
'/zyahZBSId9bVYChWviAgn3howxq.jpg', '1974-02-06', 'Gypsy Rose: A Docu-Drama', '', '',
1, 1, '', '5ca7d4b7c3a3683f455de042', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/BzvS9NHJh6LgQxOLwgk3XTAJHY.jpg',
'18', '10749', '', '', '',
360531, 'ja', '赤ちょうちん', 'A young and newly-married couple in Tokyo lives a hard life moving repeatedly because of their unfamiliar relationships with their surroundings.', 0.5288,
'/x9Z1DMbFoM7nDypelwI9MQUaD70.jpg', '1974-03-23', 'Red Paper Lantern', '', '',
6.3, 3, '', '5849308ac3a368140e01263f', , 'Assistant Director', 1754885673
)
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 ' 'Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/c9ozZe8BmGL5HvmyDoh6qDKxTeI.jpg',
'10749', '18', '', '', '',
125228, 'ja', '青春の蹉跌', 'A footballing law student tutors an undergraduate, developing into a romance that soon enough goes awry.', 0.4769,
'/r79QnpoMn3SXt3r5FSlSUV3O8HR.jpg', '1974-06-29', 'Bitterness of Youth', '', '',
6.3, 7, '', '5c3901929251414dde72b09c', , 'Screenplay', 1754885673
)
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 ' 'Screenplay', 1754885673
)
ON DUPLICATE KEY UPDATE
po' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'10749', '18', '', '', '',
234485, 'ja', '宵待草', 'The Taisho era was a time of turbulence in Japan. From new marks of modernity to full-blown riots, a sense of revolution filled the air. The Dam Dam Group is a small anarchist organization lead by Daijiro, a silver tongued \\\"Benshi\\\", a performer who provides narratives for silent films, playing multiple roles. In other words, he was a master at the art of deception, a handy talent when it came to \\\'doing jobs\\\' for his group. His revolutionary ideals attracted many to his squadron, but among them was a young girl who was oblivious to his group\\\'s activities. Her name was Shino.', 0.409,
'/gQOGskwjtd1BdNgLCqZjUT0FXBe.jpg', '1974-12-28', 'Evening Primrose', '', '',
6.5, 2, '', '5e23fa218f26bc00157816fe', , 'Screenplay', 1754885673
)
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 ' 'Screenplay', 1754885673
)
ON DUPLICATE KEY UPDATE
po' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'', '', '', '', '',
235377, 'ja', '十代の性典’75', 'Nikkatsu Roman Porno', 0.459,
'/3RfqSolblNFCeG7cRp3R5a4TDek.jpg', '1975-01-25', 'Teenagers\\\' Sex Journal \\\'75', '', '',
0, 0, '', '5ca7d4e4925141565cfcba8c', , 'First Assistant Director', 1754885673
)
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 ' 'First Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDAT' at line 12Error:
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 (
'長谷川和彦', 233669, '', '',
'18', '35', '', '', '',
487697, 'ja', 'アフリカの光', 'Two semi-slackers with an ultra-intimate friendship work, slack and drink in a freezing Hokkaido town.', 0.3316,
'/arfYOIIzD0I6rENSaSn3iHMAZWZ.jpg', '1975-06-21', 'Light of Africa', '', '',
6, 2, '', '5a0f7e4f92514138ea01da4b', , 'First Assistant Director', 1754885673
)
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 ' 'First Assistant Director', 1754885673
)
ON DUPLICATE KEY UPDAT' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/gY8L3mdhUTvygAlFJRnPTt9EPUT.jpg',
'18', '80', '53', '', '',
96754, 'ja', '青春の殺人者', 'Though his parents help him run the family business, Jun still feels persecuted by their love; when they bar him from meeting with his girlfriend, tensions increase.', 0.8815,
'/pttf3JWlMZyP8bbvY2c5a015jJu.jpg', '1976-10-23', 'The Youth Killer', '', '',
6.6, 16, '', '52fe49c09251416c750d23f3', , 'Director', 1754885673
)
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 ' 'Director', 1754885673
)
ON DUPLICATE KEY UPDATE
popu' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/gGXpY7kZx34Ulo9Rnand43mqt1D.jpg',
'80', '53', '28', '', '',
59352, 'ja', '太陽を盗んだ男', 'A high school science teacher is the butt of all his students\\\' jokes, until their bus is hijacked on a school trip. But something more sinister lurks beneath the surface: he\\\'s building an atomic bomb in his apartment.', 1.1212,
'/mCzqMbajf0p9aGe7Z4HU5FHl5AA.jpg', '1979-10-06', 'The Man Who Stole the Sun', '', '',
7.3, 35, '', '52fe498cc3a36847f819ff59', , 'Director', 1754885673
)
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 ' 'Director', 1754885673
)
ON DUPLICATE KEY UPDATE
popu' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/gGXpY7kZx34Ulo9Rnand43mqt1D.jpg',
'80', '53', '28', '', '',
59352, 'ja', '太陽を盗んだ男', 'A high school science teacher is the butt of all his students\\\' jokes, until their bus is hijacked on a school trip. But something more sinister lurks beneath the surface: he\\\'s building an atomic bomb in his apartment.', 1.1212,
'/mCzqMbajf0p9aGe7Z4HU5FHl5AA.jpg', '1979-10-06', 'The Man Who Stole the Sun', '', '',
7.3, 35, '', '52fe498cc3a36847f819ffe3', , 'Writer', 1754885673
)
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 ' 'Writer', 1754885673
)
ON DUPLICATE KEY UPDATE
popula' at line 12Error:
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 (
'長谷川和彦', 233669, '', '/vo1r4ErrHxSMImasqifbRbEH2Vw.jpg',
'18', '35', '53', '', '',
67255, 'ja', '逆噴射家族', 'Shortly after moving to the suburbs, the Kobayashis start to come undone. Convinced a family curse is at the root of their erratic behavior, the man of the house takes it upon himself to course-correct before it takes the last of their sanity.', 0.7403,
'/2MlayGlNRFGr3uH4J4zpkjuurYT.jpg', '1984-06-24', 'The Crazy Family', '', '',
6.8, 25, '', '5ca7d0ac9251415654fcac8a', , 'Executive Producer', 1754885673
)
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', 1754885673
)
ON DUPLICATE KEY UPDATE
' at line 12profile OK