1 | SELECT `Brand`.`id`, `Brand`.`country_id`, `Brand`.`name`, `Brand`.`slug`, `Brand`.`logo`, `Brand`.`intro`, `Brand`.`count`, `Brand`.`device_first`, `Brand`.`device_last`, `Brand`.`website`, `Brand`.`device_types`, `Brand`.`publish`, `Brand`.`hits`, `Brand`.`weight`, `Brand`.`s_link`, `Brand`.`start_date`, `Brand`.`end_date`, `Brand`.`created`, `Brand`.`modified`, `Country`.`id`, `Country`.`code_3`, `Country`.`code_m49`, `Country`.`name`, `Country`.`slug`, `Country`.`adjective`, `Country`.`continent_name`, `Country`.`continent_code` FROM `gsmfind`.`gsm_brands` AS `Brand` LEFT JOIN `gsmfind`.`gsm_countries` AS `Country` ON (`Brand`.`country_id` = `Country`.`id`) WHERE ((`Brand`.`slug` = 'itel') AND (`Brand`.`publish` = '1')) LIMIT 1 | | 1 | 1 | 1 |
2 | BEGIN | | 0 | 0 | 0 |
3 | SELECT COUNT(*) AS `count` FROM `gsmfind`.`gsm_brands` AS `Brand` WHERE `Brand`.`id` = 131 | | 1 | 1 | 0 |
4 | SELECT COUNT(*) AS `count` FROM `gsmfind`.`gsm_brands` AS `Brand` WHERE `Brand`.`id` = 131 | | 1 | 1 | 1 |
5 | SELECT COUNT(*) AS `count` FROM `gsmfind`.`gsm_brands` AS `Brand` WHERE `Brand`.`id` = 131 | | 1 | 1 | 1 |
6 | UPDATE `gsmfind`.`gsm_brands` SET `id` = 131, `country_id` = 'CN', `name` = 'itel', `slug` = 'itel', `logo` = 'itel.png', `intro` = '<p>Established over 10 years, itel is a reliable smart life brand for everyone. Adopting “Enjoy Better Life” as its brand philosophy, itel’s mission is to provide budget-friendly consumer electronic products and lifestyle products to everyone. It democratises technology by giving entry to technology and connectedness to consumers without prior access to it. After more than 10 years’ development, itel has expanded its presence in more than 50 emerging markets globally. itel has a product portfolio of smartphones, TV, accessories, electrics, home appliances, laptop and lifestyle products.</p>', `count` = 17, `device_first` = '2023', `device_last` = '2025', `website` = 'https://www.itel-life.com/', `device_types` = 'phone and tablet', `publish` = '1', `hits` = 40088, `weight` = 55.0, `s_link` = 'itel-phones-131.php', `start_date` = NULL, `end_date` = NULL, `created` = '2023-09-25 04:25:24', `modified` = '2024-08-29 03:21:49' WHERE `gsmfind`.`gsm_brands`.`id` = '131' | | 1 | 1 | 0 |
7 | COMMIT | | 0 | 0 | 0 |
8 | SELECT DISTINCT `Phone`.`type` FROM `gsmfind`.`gsm_phones` AS `Phone` LEFT JOIN `gsmfind`.`gsm_brands` AS `Brand` ON (`Phone`.`brand_id` = `Brand`.`id`) WHERE ((`Phone`.`brand_id` = 131) AND (`Phone`.`last_get` IS NOT NULL)) GROUP BY `Phone`.`id` ORDER BY `Phone`.`type` ASC | | 2 | 2 | 1 |
9 | SELECT COUNT(*) AS `count` FROM `gsmfind`.`gsm_phones` AS `Phone` LEFT JOIN `gsmfind`.`gsm_brands` AS `Brand` ON (`Phone`.`brand_id` = `Brand`.`id`) WHERE ((`Phone`.`brand_id` = 131) AND (`Phone`.`last_get` IS NOT NULL)) GROUP BY `Phone`.`id` | | 17 | 17 | 1 |
10 | SELECT `Phone`.`id`, `Phone`.`shortname`, `Phone`.`fullname`, `Phone`.`slug`, `Phone`.`desc`, `Phone`.`type`, `Phone`.`status`, `Phone`.`image`, `Phone`.`modified` FROM `gsmfind`.`gsm_phones` AS `Phone` LEFT JOIN `gsmfind`.`gsm_brands` AS `Brand` ON (`Phone`.`brand_id` = `Brand`.`id`) WHERE ((`Phone`.`brand_id` = 131) AND (`Phone`.`last_get` IS NOT NULL)) GROUP BY `Phone`.`id` ORDER BY `Phone`.`f_date_order` DESC, `Phone`.`id` DESC LIMIT 50 | | 17 | 17 | 1 |