INSERT INTO cscart_seo_names (
  `name`, `type`, `object_id`, `dispatch`, 
  `lang_code`, `path`
) 
VALUES 
  (
    'green-lantern-rise-of-the-manhunters-ps3', 
    'p', 89, '', 'en', '245/247'
  ) ON DUPLICATE KEY 
UPDATE 
  `name` = 'green-lantern-rise-of-the-manhunters-ps3', 
  `type` = 'p', 
  `object_id` = 89, 
  `dispatch` = '', 
  `lang_code` = 'en', 
  `path` = '245/247'

Query time 0.00022