INSERT INTO cscart_seo_names (
  `name`, `type`, `object_id`, `dispatch`, 
  `lang_code`, `path`
) 
VALUES 
  (
    'gbc-smart-view-3-ring-report-cover', 
    'p', 182, '', 'en', '250/252'
  ) ON DUPLICATE KEY 
UPDATE 
  `name` = 'gbc-smart-view-3-ring-report-cover', 
  `type` = 'p', 
  `object_id` = 182, 
  `dispatch` = '', 
  `lang_code` = 'en', 
  `path` = '250/252'

Query time 0.00020