SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/pan_16-gipfel-lessner-risoli-flonal.html' LIMIT 0,1 [0.00037908554077148 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('pan_16','gipfel','lessner','risoli','flonal') order by url [0.00089216232299805 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('pan_16','gipfel','lessner','risoli','flonal') order by url [0.00062394142150879 sec]
select id,url from pod_cat_brand where BINARY url IN ('pan_16','gipfel','lessner','risoli','flonal') [0.0010731220245361 sec]
SELECT id, url FROM pod_filter WHERE url IN ('pan_16','gipfel','lessner','risoli','flonal') [0.00034189224243164 sec]
SELECT id, url FROM pod_sub_icon WHERE url IN ('pan_16','gipfel','lessner','risoli','flonal') [0.00040984153747559 sec]
SELECT g.id -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT g.id -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active [0.015147924423218 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2a7c2019393 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00081515312194824 sec]
INSERT INTO temp_brand_counts_6a2a7c2019393 (id, gid) SELECT g.brand_id AS id, g.id AS gid -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.brand_id AS id, g.id AS gid -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.brand_id AS id, g.id AS gid -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT g.brand_id AS id, g.id AS gid -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT id, null gid FROM pod_cat_category WHERE id in (127,334,2445,2500) [0.047915935516357 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_6a2a7c2019393 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.00063610076904297 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2a7c2019393 [0.00013399124145508 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 -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0033040046691895 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.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 = '470160' AND g.is_present = '1' AND g.is_active = '1' ORDER BY g.is_present DESC [0.0002751350402832 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (127,334,2445,2500) [0.00029897689819336 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='127.334.2445.2500' [0.0001828670501709 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00029110908508301 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d (id) SELECT A.id FROM ( SELECT g.id -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT g.id -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.001986026763916 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00026893615722656 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (89) 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.0084898471832275 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00023913383483887 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d p GROUP BY p.filter_id [0.00025606155395508 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_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d 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.00020098686218262 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d [0.00018405914306641 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d [6.6041946411133E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202841d [5.2928924560547E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00014901161193848 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0016129016876221 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00015401840209961 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id_value NOT IN (89) 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.00038719177246094 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00014710426330566 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 p GROUP BY p.filter_id [0.00014615058898926 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_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 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.00029301643371582 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 [0.00024008750915527 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 [0.00010013580322266 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202b685 [0.0001070499420166 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY [0.00018787384033203 sec]
INSERT INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry -- основні в допкатегорії 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.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.025189876556396 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640; CREATE TEMPORARY TABLE tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY [0.00032305717468262 sec]
INSERT INTO tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good AND gf.filter_id = 86 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.0050480365753174 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY [0.00018596649169922 sec]
INSERT INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 p GROUP BY p.filter_id [0.0003349781036377 sec]
INSERT INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 (filter_id, count) SELECT pf.id, 0 FROM pod_filter pf LEFT JOIN tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 c ON c.filter_id = pf.id WHERE pf.id in (89) AND c.filter_id IS NULL [0.00018811225891113 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_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 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.00026583671569824 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 [0.00018906593322754 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 [0.00016498565673828 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c202c640 [0.00010108947753906 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc; CREATE TEMPORARY TABLE tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00022506713867188 sec]
INSERT IGNORE INTO tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc (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 -- основні FROM pod_cat_good g INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry, g.sub_icon_id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON g.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE g.cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id INNER JOIN pod_good_filter gf0 ON go.id = gf0.id_good AND gf0.filter_id_value in (89) WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (127,334,2445,2500) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0026390552520752 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc; CREATE TEMPORARY TABLE tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00027704238891602 sec]
INSERT IGNORE INTO tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc 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.00038504600524902 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc 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.00019311904907227 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc [0.00015807151794434 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_cror8ioce3mg54p6m826oo6v6t_6a2a7c20347cc [7.1048736572266E-5 sec]
Низькі ціни на Каструлі GIPFEL ... Flonal (ГІПФEЛ ... Флoнaл) - великий вибір, фото. Купити Каструлі GIPFEL ... Flonal (ГІПФEЛ ... Флoнaл) в Києві і Україні

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

ПЕРЕЙТИ

Каструлі GIPFEL ... 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,2 л Lessner 55855-16
Каструля з кришкою 2,2 л Lessner 55855-16
Код: 468480

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

Ціна:
779 грн