INSERT INTO cscart_seo_names (
`name`, `type`, `object_id`, `dispatch`,
`lang_code`, `path`
)
VALUES
(
'the-big-bang-theory-the-complete-fourth-season',
'p', 119, '', 'en', '241/244'
) ON DUPLICATE KEY
UPDATE
`name` = 'the-big-bang-theory-the-complete-fourth-season',
`type` = 'p',
`object_id` = 119,
`dispatch` = '',
`lang_code` = 'en',
`path` = '241/244'