SlideShare a Scribd company logo
1 of 1

//вссалсем новосси новсе
INSERT INTO `vw_catalog_ext_catalog2_items` (`group_id`, `ext_id`, `available`,
`name`, `index`, `news_date`, `news_text`, `source`)
SELECT 4 , 46, `available`, `header`, `cpu`,`date`, `description_full` ,
`source_url`
FROM `tmp_newsi`
WHERE `module_id` = 'newsi1'
LIMIT 1
//ext_id псавим
UPDATE `vw_catalog_ext_catalog2_items` SET `ext_id`= `id` WHERE `id` > 46
//новсе новосси добавлем в нсжнсс касегосис
INSERT INTO `vw_catalog_ext_catalog2_item2cat` (`cat_id`, `item_id`, `order`,
`main`)
SELECT 2 , `id`, 10, 0
FROM `vw_catalog_ext_catalog2_items`
WHERE `id` > 46
LIMIT 1
//добавлсем новосси в нсжнсс гссппс совасов
INSERT INTO `vw_catalog_items_ext_catalog2_news` (`id`)
SELECT `id`
FROM `vw_catalog_ext_catalog2_items`
WHERE `id` > 46
LIMIT 1

More Related Content

Viewers also liked

Surgical technicians certification
Surgical technicians certification Surgical technicians certification
Surgical technicians certification Claudio De La Parra
 
TCCC - Tactial Combat Casualty Care
TCCC - Tactial Combat Casualty CareTCCC - Tactial Combat Casualty Care
TCCC - Tactial Combat Casualty Caregeneral-la
 
iFixit's Plan to Train the World - Dozuki Workshop Series
iFixit's Plan to Train the World - Dozuki Workshop SeriesiFixit's Plan to Train the World - Dozuki Workshop Series
iFixit's Plan to Train the World - Dozuki Workshop SeriesDozuki Software
 
5 Top Weight Loss Tips for Weekend Cravings
5 Top Weight Loss Tips for Weekend Cravings5 Top Weight Loss Tips for Weekend Cravings
5 Top Weight Loss Tips for Weekend CravingsMike Boyle
 
Integrating Hardware (Waterfall) and Software (Agile) Development
Integrating Hardware (Waterfall) and Software (Agile) DevelopmentIntegrating Hardware (Waterfall) and Software (Agile) Development
Integrating Hardware (Waterfall) and Software (Agile) DevelopmentIntland Software GmbH
 
muamalah 2 hadits ahkam
muamalah 2 hadits ahkammuamalah 2 hadits ahkam
muamalah 2 hadits ahkamRoisMansur
 

Viewers also liked (11)

Notas 0003
Notas 0003Notas 0003
Notas 0003
 
Surgical technicians certification
Surgical technicians certification Surgical technicians certification
Surgical technicians certification
 
Internet de las cosas
Internet de las cosasInternet de las cosas
Internet de las cosas
 
Taller 8
Taller 8Taller 8
Taller 8
 
TCCC - Tactial Combat Casualty Care
TCCC - Tactial Combat Casualty CareTCCC - Tactial Combat Casualty Care
TCCC - Tactial Combat Casualty Care
 
iFixit's Plan to Train the World - Dozuki Workshop Series
iFixit's Plan to Train the World - Dozuki Workshop SeriesiFixit's Plan to Train the World - Dozuki Workshop Series
iFixit's Plan to Train the World - Dozuki Workshop Series
 
Beautiful Parrot
Beautiful ParrotBeautiful Parrot
Beautiful Parrot
 
SCHISTONOMA MANSONI
SCHISTONOMA MANSONISCHISTONOMA MANSONI
SCHISTONOMA MANSONI
 
5 Top Weight Loss Tips for Weekend Cravings
5 Top Weight Loss Tips for Weekend Cravings5 Top Weight Loss Tips for Weekend Cravings
5 Top Weight Loss Tips for Weekend Cravings
 
Integrating Hardware (Waterfall) and Software (Agile) Development
Integrating Hardware (Waterfall) and Software (Agile) DevelopmentIntegrating Hardware (Waterfall) and Software (Agile) Development
Integrating Hardware (Waterfall) and Software (Agile) Development
 
muamalah 2 hadits ahkam
muamalah 2 hadits ahkammuamalah 2 hadits ahkam
muamalah 2 hadits ahkam
 

Import and add news item to catalog

  • 1.  //вссалсем новосси новсе INSERT INTO `vw_catalog_ext_catalog2_items` (`group_id`, `ext_id`, `available`, `name`, `index`, `news_date`, `news_text`, `source`) SELECT 4 , 46, `available`, `header`, `cpu`,`date`, `description_full` , `source_url` FROM `tmp_newsi` WHERE `module_id` = 'newsi1' LIMIT 1 //ext_id псавим UPDATE `vw_catalog_ext_catalog2_items` SET `ext_id`= `id` WHERE `id` > 46 //новсе новосси добавлем в нсжнсс касегосис INSERT INTO `vw_catalog_ext_catalog2_item2cat` (`cat_id`, `item_id`, `order`, `main`) SELECT 2 , `id`, 10, 0 FROM `vw_catalog_ext_catalog2_items` WHERE `id` > 46 LIMIT 1 //добавлсем новосси в нсжнсс гссппс совасов INSERT INTO `vw_catalog_items_ext_catalog2_news` (`id`) SELECT `id` FROM `vw_catalog_ext_catalog2_items` WHERE `id` > 46 LIMIT 1