SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/induktsionnye_plity-lessner-ringel-risoli-flonal.html' LIMIT 0,1 [0.00030088424682617 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('induktsionnye_plity','lessner','ringel','risoli','flonal') order by url [0.00093698501586914 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('induktsionnye_plity','lessner','ringel','risoli','flonal') order by url [0.00053596496582031 sec]
select id,url from pod_cat_brand where BINARY url IN ('induktsionnye_plity','lessner','ringel','risoli','flonal') [0.0012321472167969 sec]
SELECT id, url FROM pod_filter WHERE url IN ('induktsionnye_plity','lessner','ringel','risoli','flonal') [0.00038814544677734 sec]
SELECT id, url FROM pod_sub_icon WHERE url IN ('induktsionnye_plity','lessner','ringel','risoli','flonal') [0.00034880638122559 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; CREATE TEMPORARY TABLE tmp_base_goods ( id INT NOT NULL PRIMARY KEY, brand_id INT, price DECIMAL(10,2), old_price DECIMAL(10,2), ordr INT, is_present TINYINT(1), sub_icon_id INT, fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_brand (brand_id) ) ENGINE=MEMORY [0.0001838207244873 sec]
INSERT INTO tmp_base_goods (id, brand_id, price, old_price, ordr, is_present, sub_icon_id, fast_delivery, is_new, is_sale) SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale FROM pod_cat_good g WHERE g.cat_id IN (115) AND g.entry=0 AND g.is_active AND g.is_present_all_mods UNION SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.entry=0 AND g.is_active AND g.is_present_all_mods [0.43823218345642 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods; CREATE TEMPORARY TABLE tmp_sub_goods ( id INT NOT NULL PRIMARY KEY, entry INT NOT NULL, price DECIMAL(10,2), old_price DECIMAL(10,2), sub_icon_id INT, is_present TINYINT(1), fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_entry (entry) ) ENGINE=MEMORY [0.00062298774719238 sec]
INSERT INTO tmp_sub_goods (id, entry, price, old_price, sub_icon_id, is_present, fast_delivery, is_new, is_sale) SELECT go.id, go.entry, go.price, go.old_price, go.sub_icon_id, go.is_present, go.fast_delivery, go.is_new, go.is_sale FROM pod_cat_good go INNER JOIN tmp_base_goods t ON go.entry = t.id WHERE go.is_active AND go.is_present [0.0090761184692383 sec]
SELECT g.id /* cats:115 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND 1 [0.007594108581543 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2b0c16d12d6 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.0010309219360352 sec]
INSERT INTO temp_brand_counts_6a2b0c16d12d6 (id, gid) SELECT g.brand_id AS id, g.id AS gid /* cats:115 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE 1 UNION SELECT id, null gid FROM pod_cat_category WHERE id in (334,2445,1415,2500) [0.017920017242432 sec]
SELECT b.id, b.name_ua AS name, pc.name_ua AS country, b.country_id, b.image_icon, b.url, b.ordr, pc.code, COALESCE(tc.count, 0) as count FROM pod_cat_brand b INNER JOIN ( SELECT id, COUNT(gid) as count FROM temp_brand_counts_6a2b0c16d12d6 GROUP BY id HAVING COUNT(gid) > 0 ) tc ON b.id = tc.id LEFT JOIN pod_country pc ON (pc.id = b.country_id AND pc.is_active = 1) WHERE b.is_active = '1' ORDER BY b.ordr [0.00097489356994629 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2b0c16d12d6 [0.0001990795135498 sec]
SELECT MIN(min_price) AS min_price, MAX(max_price) AS max_price FROM ( SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price /* cats:115 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND g.is_present AND 1 UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND 1 ) A [0.00095105171203613 sec]
SELECT g.id /* cats:115 */,if(g.is_present and g.price >= '652' and g.price <= '2296',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) min_sort_price, if(g.is_present and g.price >= '652' and g.price <= '2296',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price FROM tmp_base_goods g LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id AND pcg.is_present=1 AND pcg.price >= '652' AND pcg.price <= '2296' WHERE g.id IN (470160,468482,468480,477644,477643,477641,470803,461342,461341,461340,461339,461338,438958,438957,438956,438941,438940,438939,438936,438924,400615,355037,355036,355035,444714,444674,444304,444206) GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0029759407043457 sec]
SELECT g.video, g.threedvideo, g.is_xit, g.is_action, g.is_sale, g.sub_is_action, g.is_new, g.is_pay_for_video, g.id, g.cat_id, g.name_ua AS name, g.name2_ua AS name2, g.descr, g.size_table, g.artikul, g.image_small, g.image_big, g.price, g.old_price, g.is_present, g.is_present_all_mods, g.sub_icon_id,g.url,g.ordr, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, b.name_ua AS brand_name,b.url as burl,b.id as bid, b.country AS brand_country,c.url as curl, c.name_ua AS cat_name, si.name_ua AS sub_icon_name,si.icon AS sub_icon, g.star, g.comment_id, if(g.is_present and g.price >= '652' and g.price <= '2296',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) as min_sort_price, if(g.is_present and g.price >= '652' and g.price <= '2296',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) as max_sort_price FROM pod_cat_good g INNER JOIN pod_cat_category c ON c.id=g.cat_id LEFT JOIN pod_cat_brand b ON b.id=g.brand_id LEFT JOIN pod_sub_icon si ON si.id=g.sub_icon_id LEFT JOIN pod_cat_good pcg ON (pcg.entry=g.id and pcg.is_present=1 and pcg.price >= '652' and pcg.price <= '2296') WHERE g.id in (470160,444206,444714,444674,444304,355036,477643,461341,438936,461338,438956,355037,477644,461342,438939,470803,461339,438957,400615,468480,438940,355035,477641,461340,438958,438924,468482,438941) GROUP BY g.id ORDER BY g.ordr desc [0.0059731006622314 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, g.id, g.entry, g.name_ua AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name_ua AS sub_icon_name, si.icon AS sub_icon FROM pod_cat_good g LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id WHERE g.entry IN (470160,444206,444714,444674,444304,355035,355036,355037,400615,438924,438936,438939,438940,438941,438956,438957,438958,468480,468482,470803,477643,461338,477644,461339,461340,461341,461342,477641) AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.00092101097106934 sec]
SELECT DISTINCT ggd2.good_id AS source_good_id, g.id, g.is_present_all_mods, pc.name_ua AS name, g.url, b.url as burl, c.url as curl, g.is_present, pc.code AS color_code, gg.group_type, gg.param_name, gg.param_name_ua, ggd.text_value, ggd.icon_path FROM pod_goods_group_goods ggd2 JOIN pod_goods_group_goods ggd ON ggd2.goods_group_id=ggd.goods_group_id JOIN pod_goods_group gg ON ggd.goods_group_id=gg.id JOIN pod_cat_good g ON g.id=ggd.good_id LEFT JOIN pod_cat_brand b ON g.brand_id=b.id LEFT JOIN pod_cat_category c ON g.cat_id=c.id LEFT JOIN pod_colors pc ON pc.id=ggd.color_id WHERE ggd2.good_id IN (470160,444206,444714,444674,444304,355035,355036,355037,400615,438924,438936,438939,438940,438941,438956,438957,438958,468480,468482,470803,477643,461338,477644,461339,461340,461341,461342,477641) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.003079891204834 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='334.2445.1415.2500' [0.00045108795166016 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140; CREATE TEMPORARY TABLE tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00053596496582031 sec]
INSERT INTO tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 (id) SELECT A.id FROM ( SELECT g.id /* cats:115 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND 1 ) A [0.00096893310546875 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140; CREATE TEMPORARY TABLE tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00048995018005371 sec]
INSERT INTO tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (2704) INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 0 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.011821985244751 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140; CREATE TEMPORARY TABLE tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00045204162597656 sec]
INSERT IGNORE INTO tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 p GROUP BY p.filter_id [0.00049304962158203 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00047016143798828 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 [0.00038886070251465 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 [0.0001368522644043 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16de140 [0.00011897087097168 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d; CREATE TEMPORARY TABLE tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00038409233093262 sec]
INSERT INTO tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry /* cats:115 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND 1 ) A [0.0011060237884521 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d; CREATE TEMPORARY TABLE tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00034189224243164 sec]
INSERT INTO tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (2704) INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 1 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.0028660297393799 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d; CREATE TEMPORARY TABLE tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00044918060302734 sec]
INSERT IGNORE INTO tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d p GROUP BY p.filter_id [0.00038981437683105 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00048589706420898 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d [0.00027894973754883 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d [0.0001220703125 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e265d [0.00011491775512695 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777; CREATE TEMPORARY TABLE tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00030303001403809 sec]
INSERT INTO tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 (id) SELECT A.id FROM ( SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (334,2445,1415,2500) AND 1 ) A [0.00046300888061523 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777; CREATE TEMPORARY TABLE tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00033783912658691 sec]
INSERT INTO tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id = 2701 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 0 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.01254677772522 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777; CREATE TEMPORARY TABLE tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00053095817565918 sec]
INSERT INTO tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 p GROUP BY p.filter_id [0.00046205520629883 sec]
INSERT IGNORE INTO tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 (filter_id, count) SELECT pf.id, 0 FROM pod_filter pf LEFT JOIN tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 c ON c.filter_id = pf.id WHERE pf.id in (2704) AND c.filter_id IS NULL [0.00027704238891602 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00044894218444824 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 [0.00035619735717773 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 [0.00017309188842773 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e4777 [0.00017094612121582 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47; CREATE TEMPORARY TABLE tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00033688545227051 sec]
INSERT IGNORE INTO tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 (entry, sub_icon_id) SELECT DISTINCT A.entry, A.sub_icon_id FROM ( SELECT g.id as id, g.id as entry, g.sub_icon_id /* cats:115 */ FROM tmp_base_goods g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry, go.sub_icon_id /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (2704) WHERE g.brand_id IN (334,2445,1415,2500) AND 1 ) A [0.0011970996856689 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47; CREATE TEMPORARY TABLE tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00036191940307617 sec]
INSERT IGNORE INTO tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 A INNER JOIN pod_sub_icon si ON A.sub_icon_id = si.id AND si.is_active_filter = 1 ) AA GROUP BY sub_icon_id [0.00046706199645996 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 c INNER JOIN pod_sub_icon si ON c.sub_icon_id = si.id AND si.is_active_filter = 1 ORDER BY si.ordr, si.name [0.00037407875061035 sec]
----------------------------- SELECT COUNT(*) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.012354135513306 sec]
Array ( [0] => Array ( [COUNT(*)] => 4005 ) ) SELECT COUNT(DISTINCT filter_id) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.021364212036133 sec]
Array ( [0] => Array ( [COUNT(DISTINCT filter_id)] => 8 ) ) ----------------------------- DROP TEMPORARY TABLE IF EXISTS tmp_A_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 [0.00049400329589844 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_pjn9tqb86ircv50g6r59egljhb_6a2b0c16e8e47 [0.0001828670501709 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00038599967956543 sec]
Низькі ціни на Каструлі Lessner ... Flonal (Лeсснeр ... Флoнaл) - великий вибір, фото. Купити Каструлі Lessner ... Flonal (Лeсснeр ... Флoнaл) в Києві і Україні

DEVELOPMENT🌷ЗНИЖКИ ДО 70%

ПЕРЕЙТИ

Каструлі Lessner ... Flonal

Ківш алюмінієвий 16 см 1.3 л Black Pro New Lessner 55872-16
Ківш алюмінієвий 16 см 1.3 л Black Pro New Lessner 55872-16
Код: 470160
delivary icon

Виробник: Lessner (Великобритания)

Ціна:
1 072 грн
Каструля з кришкою 2,4 л Dura Induction Flonal DUICV2030
Каструля з кришкою 2,4 л Dura Induction Flonal DUICV2030
Код: 444206

Виробник: Flonal (Италия)

Ціна:
2 155 грн
Каструля 2,4 л Pietra Lavica Flonal PLIC22080
Каструля 2,4 л Pietra Lavica Flonal PLIC22080
Код: 444714

Виробник: Flonal (Италия)

Ціна:
1 315 грн
Каструля без кришки 4,4 л Monolite Flonal MOIC22490
Каструля без кришки 4,4 л Monolite Flonal MOIC22490
Код: 444674

Виробник: Flonal (Италия)

Ціна:
2 233 грн
Каструля з кришкою 4,3 л Dura Induction Flonal DUICV2430
Каструля з кришкою 4,3 л Dura Induction Flonal DUICV2430
Код: 444304

Виробник: Flonal (Италия)

Ціна:
2 112 грн
Каструля з кришкою 22см 4.75л Riegel Ringel RG-2016-22
Каструля з кришкою 22см 4.75л Riegel Ringel RG-2016-22
Код: 355035

Виробник: Ringel (Германия)

Ціна:
1 172 грн
Ківш з кришкою 18см 1.6л Pesto Ringel RG-4137-18
Ківш з кришкою 18см 1.6л Pesto Ringel RG-4137-18
Код: 355036

Виробник: Ringel (Германия)

Ціна:
1 198 грн
Ківш з кришкою 14см 1.25л Riegel Ringel RG-4016-14
Ківш з кришкою 14см 1.25л Riegel Ringel RG-4016-14
Код: 355037

Виробник: Ringel (Германия)

Ціна:
782 грн
Ківш із кришкою Ringel Expert 16 см 1.6л RG 4018-16 - 30 %
Ківш із кришкою Ringel Expert 16 см 1.6л RG 4018-16
Код: 400615

Виробник: Ringel (Германия)

Ціна:
848 грн 1 210 грн
Каструля з кришкою Ringel Besser 16 см 1.6 л RG-2021-16
Каструля з кришкою Ringel Besser 16 см 1.6 л RG-2021-16
Код: 438924

Виробник: Ringel (Германия)

Ціна:
1 230 грн
Каструля з кришкою Ringel Hanover 20 см 3.5 л RG-2005/1-20
Каструля з кришкою Ringel Hanover 20 см 3.5 л RG-2005/1-20
Код: 438936

Виробник: Ringel (Германия)

Ціна:
1 148 грн
Каструля з кришкою Ringel Zira 20 см 3.5 л RG-21006-20h
Каструля з кришкою Ringel Zira 20 см 3.5 л RG-21006-20h
Код: 438939

Виробник: Ringel (Германия)

Ціна:
1 834 грн
Каструля з кришкою Ringel Zira 24 см 6.3 л RG-21006-24h
Каструля з кришкою Ringel Zira 24 см 6.3 л RG-21006-24h
Код: 438940

Виробник: Ringel (Германия)

Ціна:
2 296 грн
Каструля з кришкою Ringel Zira 24 см 4.1 л RG-21006-24
Каструля з кришкою Ringel Zira 24 см 4.1 л RG-21006-24
Код: 438941

Виробник: Ringel (Германия)

Ціна:
2 020 грн
Ківш алюмінієвий Ringel Zira 16 см 1.2л RG-41006-16
Ківш алюмінієвий Ringel Zira 16 см 1.2л RG-41006-16
Код: 438956

Виробник: Ringel (Германия)

Ціна:
1 184 грн
Ківш алюмінієвий Ringel Zira 18 см 1.7л RG-41006-18
Ківш алюмінієвий Ringel Zira 18 см 1.7л RG-41006-18
Код: 438957

Виробник: Ringel (Германия)

Ціна:
1 238 грн
Ківш алюмінієвий Ringel Zira 20 см 2.2 л RG-41006-20
Ківш алюмінієвий Ringel Zira 20 см 2.2 л RG-41006-20
Код: 438958

Виробник: Ringel (Германия)

Ціна:
1 448 грн
Каструля з кришкою 2,2 л Lessner 55855-16
Каструля з кришкою 2,2 л Lessner 55855-16
Код: 468480

Виробник: Lessner (Великобритания)

Ціна:
779 грн
Каструля з кришкою 8,5 л Rica Lessner 55880-26
Каструля з кришкою 8,5 л Rica Lessner 55880-26
Код: 468482

Виробник: Lessner (Великобритания)

Ціна:
1 639 грн
Ківш із кришкою Ringel Salsa 16 см 1.6л RG-4034-16
Ківш із кришкою Ringel Salsa 16 см 1.6л RG-4034-16
Код: 470803

Виробник: Ringel (Германия)

Ціна:
1 072 грн
Каструля з кришкою 5.2 л 22 см Salsa Ringel RG-2034-22
Каструля з кришкою 5.2 л 22 см Salsa Ringel RG-2034-22
Код: 477643

Виробник: Ringel (Германия)

Ціна:
1 504 грн
Ківш із кришкою 1.6 л 16 см Grey Line Ringel RG-4019-16 - 30 %
Ківш із кришкою 1.6 л 16 см Grey Line Ringel RG-4019-16
Код: 461338

Виробник: Ringel (Германия)

Ціна:
652 грн 932 грн
Каструля з кришкою 8.4 л 26 см Salsa Ringel RG-2034-26
Каструля з кришкою 8.4 л 26 см Salsa Ringel RG-2034-26
Код: 477644

Виробник: Ringel (Германия)

Ціна:
1 924 грн
Каструля з кришкою 1.6 л 16 см Grey Line Ringel RG-2022-16
Каструля з кришкою 1.6 л 16 см Grey Line Ringel RG-2022-16
Код: 461339

Виробник: Ringel (Германия)

Ціна:
908 грн
Каструля з кришкою 2.3 л 18 см Grey Line Ringel RG-2022-18
Каструля з кришкою 2.3 л 18 см Grey Line Ringel RG-2022-18
Код: 461340

Виробник: Ringel (Германия)

Ціна:
1 012 грн
Каструля з кришкою 3.2 л 20 см Grey Line Ringel RG-2022-20
Каструля з кришкою 3.2 л 20 см Grey Line Ringel RG-2022-20
Код: 461341

Виробник: Ringel (Германия)

Ціна:
1 136 грн
Каструля з кришкою 4.2 л 22 см Grey Line Ringel RG-2022-22
Каструля з кришкою 4.2 л 22 см Grey Line Ringel RG-2022-22
Код: 461342

Виробник: Ringel (Германия)

Ціна:
1 286 грн
Каструля з кришкою 3.1 л 18 см Salsa Ringel RG-2034-18
Каструля з кришкою 3.1 л 18 см Salsa Ringel RG-2034-18
Код: 477641

Виробник: Ringel (Германия)

Ціна:
1 176 грн