INSERT INTO cscart_seo_names (
`name`, `type`, `object_id`, `dispatch`,
`lang_code`, `path`
)
VALUES
(
'the-process-of-research-in-psychology',
'p', 45, '', 'en', '219/221'
) ON DUPLICATE KEY
UPDATE
`name` = 'the-process-of-research-in-psychology',
`type` = 'p',
`object_id` = 45,
`dispatch` = '',
`lang_code` = 'en',
`path` = '219/221'