INSERT INTO cscart_seo_names (
  `name`, `type`, `object_id`, `dispatch`, 
  `lang_code`, `path`
) 
VALUES 
  (
    'intel-boxed-intel-core-i7-2600', 
    'p', 213, '', 'en', '167/201'
  ) ON DUPLICATE KEY 
UPDATE 
  `name` = 'intel-boxed-intel-core-i7-2600', 
  `type` = 'p', 
  `object_id` = 213, 
  `dispatch` = '', 
  `lang_code` = 'en', 
  `path` = '167/201'

Query time 0.00020