INSERT INTO cscart_seo_names (
  `name`, `type`, `object_id`, `dispatch`, 
  `lang_code`, `path`
) 
VALUES 
  (
    'the-police-the-stewart-copeland-anthology', 
    'p', 204, '', 'en', '228/232'
  ) ON DUPLICATE KEY 
UPDATE 
  `name` = 'the-police-the-stewart-copeland-anthology', 
  `type` = 'p', 
  `object_id` = 204, 
  `dispatch` = '', 
  `lang_code` = 'en', 
  `path` = '228/232'

Query time 0.00030