INSERT INTO cscart_seo_names (
  `name`, `type`, `object_id`, `dispatch`, 
  `lang_code`, `path`
) 
VALUES 
  (
    'nx200-20-3-megapixel-compact-system-camera', 
    'p', 163, '', 'en', '166/196/198'
  ) ON DUPLICATE KEY 
UPDATE 
  `name` = 'nx200-20-3-megapixel-compact-system-camera', 
  `type` = 'p', 
  `object_id` = 163, 
  `dispatch` = '', 
  `lang_code` = 'en', 
  `path` = '166/196/198'

Query time 0.00023