INSERT INTO cscart_seo_names (
  `name`, `type`, `object_id`, `dispatch`, 
  `lang_code`, `path`
) 
VALUES 
  (
    'legend-of-the-guardians-the-owls-of-gahoole-vg', 
    'p', 82, '', 'en', '245/246'
  ) ON DUPLICATE KEY 
UPDATE 
  `name` = 'legend-of-the-guardians-the-owls-of-gahoole-vg', 
  `type` = 'p', 
  `object_id` = 82, 
  `dispatch` = '', 
  `lang_code` = 'en', 
  `path` = '245/246'

Query time 0.00025