INSERT INTO cscart_seo_names (
`name`, `type`, `object_id`, `dispatch`,
`lang_code`, `path`
)
VALUES
(
'supernatural-the-complete-sixth-season',
'p', 123, '', 'en', '241/244'
) ON DUPLICATE KEY
UPDATE
`name` = 'supernatural-the-complete-sixth-season',
`type` = 'p',
`object_id` = 123,
`dispatch` = '',
`lang_code` = 'en',
`path` = '241/244'