1
50.20 ms
SELECT count (DISTINCT p0_ . id ) AS sclr_0 FROM product p0_ LEFT JOIN rest r1_ ON p0_ . id = r1_ . product_id AND (r1_ . town = ? ) LEFT JOIN vendor_priority v2_ ON (LOWER (v2_ . vendor ) = LOWER (p0_ . vendor )) LEFT JOIN vendor_priority v3_ ON (LOWER (v3_ . vendor ) = LOWER (p0_ . vendor | | ' ' | | p0_ . model )) WHERE ((p0_ . width = ? AND p0_ . height = ? AND p0_ . diameter = ? AND (p0_ . calculated_price BETWEEN ? AND ? )) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' ) GROUP BY p0_ . id , v2_ . priority , v3_ . priority
Parameters :
[
"nsk "
"275 "
"45 "
"20 "
2190
174080
]
SELECT count (DISTINCT p0_ . id ) AS sclr_0 FROM product p0_ LEFT JOIN rest r1_ ON p0_ . id = r1_ . product_id AND (r1_ . town = 'nsk' ) LEFT JOIN vendor_priority v2_ ON (LOWER (v2_ . vendor ) = LOWER (p0_ . vendor )) LEFT JOIN vendor_priority v3_ ON (LOWER (v3_ . vendor ) = LOWER (p0_ . vendor | | ' ' | | p0_ . model )) WHERE ((p0_ . width = '275' AND p0_ . height = '45' AND p0_ . diameter = '20' AND (p0_ . calculated_price BETWEEN 2190 AND 174080 )) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' ) GROUP BY p0_ . id , v2_ . priority , v3_ . priority ;
Copy
2
64.60 ms
SELECT DISTINCT p0_ . id AS id_0 , MAX (CASE WHEN r1_ . count IS NULL THEN 0 ELSE 1 END ) AS sclr_1 , COALESCE (v2_ . priority , 99999 ) AS sclr_2 , COALESCE (v3_ . priority , 99999 ) AS sclr_3 , p0_ . vendor AS vendor_4 , p0_ . model AS model_5 FROM product p0_ LEFT JOIN rest r1_ ON p0_ . id = r1_ . product_id AND (r1_ . town = ? ) LEFT JOIN vendor_priority v2_ ON (LOWER (v2_ . vendor ) = LOWER (p0_ . vendor )) LEFT JOIN vendor_priority v3_ ON (LOWER (v3_ . vendor ) = LOWER (p0_ . vendor | | ' ' | | p0_ . model )) WHERE ((p0_ . width = ? AND p0_ . height = ? AND p0_ . diameter = ? AND (p0_ . calculated_price BETWEEN ? AND ? )) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' ) GROUP BY p0_ . id , v2_ . priority , v3_ . priority ORDER BY sclr_1 DESC , sclr_2 ASC , sclr_3 ASC , p0_ . vendor ASC , p0_ . model ASC LIMIT 32
Parameters :
[
"nsk "
"275 "
"45 "
"20 "
2190
174080
]
SELECT DISTINCT p0_ . id AS id_0 , MAX (CASE WHEN r1_ . count IS NULL THEN 0 ELSE 1 END ) AS sclr_1 , COALESCE (v2_ . priority , 99999 ) AS sclr_2 , COALESCE (v3_ . priority , 99999 ) AS sclr_3 , p0_ . vendor AS vendor_4 , p0_ . model AS model_5 FROM product p0_ LEFT JOIN rest r1_ ON p0_ . id = r1_ . product_id AND (r1_ . town = 'nsk' ) LEFT JOIN vendor_priority v2_ ON (LOWER (v2_ . vendor ) = LOWER (p0_ . vendor )) LEFT JOIN vendor_priority v3_ ON (LOWER (v3_ . vendor ) = LOWER (p0_ . vendor | | ' ' | | p0_ . model )) WHERE ((p0_ . width = '275' AND p0_ . height = '45' AND p0_ . diameter = '20' AND (p0_ . calculated_price BETWEEN 2190 AND 174080 )) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' ) GROUP BY p0_ . id , v2_ . priority , v3_ . priority ORDER BY sclr_1 DESC , sclr_2 ASC , sclr_3 ASC , p0_ . vendor ASC , p0_ . model ASC LIMIT 32 ;
Copy
3
3.51 ms
SELECT p0_ . id AS id_0 , p0_ . vendor AS vendor_1 , p0_ . model AS model_2 , p0_ . image AS image_3 , p0_ . image_name_opt AS image_name_opt_4 , p0_ . sale AS sale_5 , p0_ . hit AS hit_6 , p0_ . weight AS weight_7 , p0_ . width AS width_8 , p0_ . diameter AS diameter_9 , p0_ . int_code AS int_code_10 , p0_ . vendor_code AS vendor_code_11 , p0_ . updated_at AS updated_at_12 , p0_ . available AS available_13 , p0_ . calculated_price AS calculated_price_14 , p0_ . calculated_price_ext AS calculated_price_ext_15 , p0_ . calculated_external AS calculated_external_16 , p0_ . season AS season_17 , p0_ . studded AS studded_18 , p0_ . height AS height_19 , p0_ . "load" AS load_20 , p0_ . speed AS speed_21 , p0_ . design AS design_22 , p0_ . runflat AS runflat_23 , p0_ . usa AS usa_24 , p0_ . screws AS screws_25 , p0_ . hole AS hole_26 , p0_ . pcd AS pcd_27 , p0_ . et AS et_28 , p0_ . color AS color_29 , p0_ . stamped AS stamped_30 , p0_ . calculated_pcd AS calculated_pcd_31 , p0_ . calculated_count AS calculated_count_32 , p0_ . slug AS slug_33 , MAX (CASE WHEN r1_ . count IS NULL THEN 0 ELSE 1 END ) AS sclr_34 , COALESCE (v2_ . priority , 99999 ) AS sclr_35 , COALESCE (v3_ . priority , 99999 ) AS sclr_36 , p0_ . p_type AS p_type_37 FROM product p0_ LEFT JOIN rest r1_ ON p0_ . id = r1_ . product_id AND (r1_ . town = ? ) LEFT JOIN vendor_priority v2_ ON (LOWER (v2_ . vendor ) = LOWER (p0_ . vendor )) LEFT JOIN vendor_priority v3_ ON (LOWER (v3_ . vendor ) = LOWER (p0_ . vendor | | ' ' | | p0_ . model )) WHERE ((p0_ . width = ? AND p0_ . height = ? AND p0_ . diameter = ? AND (p0_ . calculated_price BETWEEN ? AND ? ) AND p0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' ) GROUP BY p0_ . id , v2_ . priority , v3_ . priority ORDER BY sclr_34 DESC , sclr_35 ASC , sclr_36 ASC , p0_ . vendor ASC , p0_ . model ASC
Parameters :
[
"nsk "
"275 "
"45 "
"20 "
2190
174080
"S_[GISLAVED]_16114360000 "
"S_[GISLAVED]_1611436 "
"S_[GISLAVED]_16117630000 "
"S_[GISLAVED]_1611763 "
"S_[IKON (NOKIAN TYRES)]_TS78181 "
"S_[IKON (NOKIAN TYRES)]_TS72269 "
"S_[IKON (NOKIAN TYRES)]_T730693 "
"S_[IKON (NOKIAN TYRES)]_T730579 "
"S_[ANTARES]_AB6615 "
"S_[ARIVO]_2EAR693F "
"S_[AUTOGREEN]_3PN02754520E7UGBDA "
"S_[AUTOGREEN]_6924590221369 "
"S_[BRIDGESTONE]_101333 "
"S_[BRIDGESTONE]_20579 "
"S_[CONTINENTAL]_357266 "
"S_[CONTINENTAL]_0354489 "
"S_[CONTINENTAL]_04620174562843 "
"S_[CONTINENTAL]_0345153 "
"S_[EVERGREEN]_3220011644 "
"S_[FORTUNE]_3778037039 "
"S_[FORTUNE]_3778030800 "
"S_[GOODRIDE]_CTS277663 "
"S_[GOODRIDE]_CTS280537 "
"S_[GOODYEAR]_542961 "
"S_[GOODYEAR]_580459 "
"S_[GREENTRAC]_6959613721212 "
"S_[HANKOOK]_1020625 "
"S_[HANKOOK]_1025852 "
"S_[HANKOOK]_1026419 "
"S_[HANKOOK]_1023671 "
"S_[HANKOOK]_1026788 "
"S_[HANKOOK]_1026048 "
]
SELECT
p0_ . id AS id_0 ,
p0_ . vendor AS vendor_1 ,
p0_ . model AS model_2 ,
p0_ . image AS image_3 ,
p0_ . image_name_opt AS image_name_opt_4 ,
p0_ . sale AS sale_5 ,
p0_ . hit AS hit_6 ,
p0_ . weight AS weight_7 ,
p0_ . width AS width_8 ,
p0_ . diameter AS diameter_9 ,
p0_ . int_code AS int_code_10 ,
p0_ . vendor_code AS vendor_code_11 ,
p0_ . updated_at AS updated_at_12 ,
p0_ . available AS available_13 ,
p0_ . calculated_price AS calculated_price_14 ,
p0_ . calculated_price_ext AS calculated_price_ext_15 ,
p0_ . calculated_external AS calculated_external_16 ,
p0_ . season AS season_17 ,
p0_ . studded AS studded_18 ,
p0_ . height AS height_19 ,
p0_ . "load" AS load_20 ,
p0_ . speed AS speed_21 ,
p0_ . design AS design_22 ,
p0_ . runflat AS runflat_23 ,
p0_ . usa AS usa_24 ,
p0_ . screws AS screws_25 ,
p0_ . hole AS hole_26 ,
p0_ . pcd AS pcd_27 ,
p0_ . et AS et_28 ,
p0_ . color AS color_29 ,
p0_ . stamped AS stamped_30 ,
p0_ . calculated_pcd AS calculated_pcd_31 ,
p0_ . calculated_count AS calculated_count_32 ,
p0_ . slug AS slug_33 ,
MAX (
CASE WHEN r1_ . count IS NULL THEN 0 ELSE 1 END
) AS sclr_34 ,
COALESCE (v2_ . priority , 99999 ) AS sclr_35 ,
COALESCE (v3_ . priority , 99999 ) AS sclr_36 ,
p0_ . p_type AS p_type_37
FROM
product p0_
LEFT JOIN rest r1_ ON p0_ . id = r1_ . product_id
AND (r1_ . town = ? )
LEFT JOIN vendor_priority v2_ ON (
LOWER (v2_ . vendor ) = LOWER (p0_ . vendor )
)
LEFT JOIN vendor_priority v3_ ON (
LOWER (v3_ . vendor ) = LOWER (p0_ . vendor | | ' ' | | p0_ . model )
)
WHERE
(
(
p0_ . width = ?
AND p0_ . height = ?
AND p0_ . diameter = ?
AND (
p0_ . calculated_price BETWEEN ?
AND ?
)
AND p0_ . id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
AND (p0_ . available = true )
)
AND p0_ . p_type IN ('1' )
GROUP BY
p0_ . id ,
v2_ . priority ,
v3_ . priority
ORDER BY
sclr_34 DESC ,
sclr_35 ASC ,
sclr_36 ASC ,
p0_ . vendor ASC ,
p0_ . model ASC
Copy
SELECT p0_ . id AS id_0 , p0_ . vendor AS vendor_1 , p0_ . model AS model_2 , p0_ . image AS image_3 , p0_ . image_name_opt AS image_name_opt_4 , p0_ . sale AS sale_5 , p0_ . hit AS hit_6 , p0_ . weight AS weight_7 , p0_ . width AS width_8 , p0_ . diameter AS diameter_9 , p0_ . int_code AS int_code_10 , p0_ . vendor_code AS vendor_code_11 , p0_ . updated_at AS updated_at_12 , p0_ . available AS available_13 , p0_ . calculated_price AS calculated_price_14 , p0_ . calculated_price_ext AS calculated_price_ext_15 , p0_ . calculated_external AS calculated_external_16 , p0_ . season AS season_17 , p0_ . studded AS studded_18 , p0_ . height AS height_19 , p0_ . "load" AS load_20 , p0_ . speed AS speed_21 , p0_ . design AS design_22 , p0_ . runflat AS runflat_23 , p0_ . usa AS usa_24 , p0_ . screws AS screws_25 , p0_ . hole AS hole_26 , p0_ . pcd AS pcd_27 , p0_ . et AS et_28 , p0_ . color AS color_29 , p0_ . stamped AS stamped_30 , p0_ . calculated_pcd AS calculated_pcd_31 , p0_ . calculated_count AS calculated_count_32 , p0_ . slug AS slug_33 , MAX (CASE WHEN r1_ . count IS NULL THEN 0 ELSE 1 END ) AS sclr_34 , COALESCE (v2_ . priority , 99999 ) AS sclr_35 , COALESCE (v3_ . priority , 99999 ) AS sclr_36 , p0_ . p_type AS p_type_37 FROM product p0_ LEFT JOIN rest r1_ ON p0_ . id = r1_ . product_id AND (r1_ . town = 'nsk' ) LEFT JOIN vendor_priority v2_ ON (LOWER (v2_ . vendor ) = LOWER (p0_ . vendor )) LEFT JOIN vendor_priority v3_ ON (LOWER (v3_ . vendor ) = LOWER (p0_ . vendor | | ' ' | | p0_ . model )) WHERE ((p0_ . width = '275' AND p0_ . height = '45' AND p0_ . diameter = '20' AND (p0_ . calculated_price BETWEEN 2190 AND 174080 ) AND p0_ . id IN ('S_[GISLAVED]_16114360000' , 'S_[GISLAVED]_1611436' , 'S_[GISLAVED]_16117630000' , 'S_[GISLAVED]_1611763' , 'S_[IKON (NOKIAN TYRES)]_TS78181' , 'S_[IKON (NOKIAN TYRES)]_TS72269' , 'S_[IKON (NOKIAN TYRES)]_T730693' , 'S_[IKON (NOKIAN TYRES)]_T730579' , 'S_[ANTARES]_AB6615' , 'S_[ARIVO]_2EAR693F' , 'S_[AUTOGREEN]_3PN02754520E7UGBDA' , 'S_[AUTOGREEN]_6924590221369' , 'S_[BRIDGESTONE]_101333' , 'S_[BRIDGESTONE]_20579' , 'S_[CONTINENTAL]_357266' , 'S_[CONTINENTAL]_0354489' , 'S_[CONTINENTAL]_04620174562843' , 'S_[CONTINENTAL]_0345153' , 'S_[EVERGREEN]_3220011644' , 'S_[FORTUNE]_3778037039' , 'S_[FORTUNE]_3778030800' , 'S_[GOODRIDE]_CTS277663' , 'S_[GOODRIDE]_CTS280537' , 'S_[GOODYEAR]_542961' , 'S_[GOODYEAR]_580459' , 'S_[GREENTRAC]_6959613721212' , 'S_[HANKOOK]_1020625' , 'S_[HANKOOK]_1025852' , 'S_[HANKOOK]_1026419' , 'S_[HANKOOK]_1023671' , 'S_[HANKOOK]_1026788' , 'S_[HANKOOK]_1026048' )) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' ) GROUP BY p0_ . id , v2_ . priority , v3_ . priority ORDER BY sclr_34 DESC , sclr_35 ASC , sclr_36 ASC , p0_ . vendor ASC , p0_ . model ASC ;
Copy
4
51.38 ms
SELECT p0_ . id AS id_0 , p0_ . vendor AS vendor_1 , p0_ . model AS model_2 , p0_ . image AS image_3 , p0_ . image_name_opt AS image_name_opt_4 , p0_ . sale AS sale_5 , p0_ . hit AS hit_6 , p0_ . weight AS weight_7 , p0_ . width AS width_8 , p0_ . diameter AS diameter_9 , p0_ . int_code AS int_code_10 , p0_ . vendor_code AS vendor_code_11 , p0_ . updated_at AS updated_at_12 , p0_ . available AS available_13 , p0_ . calculated_price AS calculated_price_14 , p0_ . calculated_price_ext AS calculated_price_ext_15 , p0_ . calculated_external AS calculated_external_16 , p0_ . season AS season_17 , p0_ . studded AS studded_18 , p0_ . height AS height_19 , p0_ . "load" AS load_20 , p0_ . speed AS speed_21 , p0_ . design AS design_22 , p0_ . runflat AS runflat_23 , p0_ . usa AS usa_24 , p0_ . screws AS screws_25 , p0_ . hole AS hole_26 , p0_ . pcd AS pcd_27 , p0_ . et AS et_28 , p0_ . color AS color_29 , p0_ . stamped AS stamped_30 , p0_ . calculated_pcd AS calculated_pcd_31 , p0_ . calculated_count AS calculated_count_32 , p0_ . slug AS slug_33 , p0_ . p_type AS p_type_34 FROM product p0_ WHERE ((p0_ . sale = true ) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' )
SELECT p0_ . id AS id_0 , p0_ . vendor AS vendor_1 , p0_ . model AS model_2 , p0_ . image AS image_3 , p0_ . image_name_opt AS image_name_opt_4 , p0_ . sale AS sale_5 , p0_ . hit AS hit_6 , p0_ . weight AS weight_7 , p0_ . width AS width_8 , p0_ . diameter AS diameter_9 , p0_ . int_code AS int_code_10 , p0_ . vendor_code AS vendor_code_11 , p0_ . updated_at AS updated_at_12 , p0_ . available AS available_13 , p0_ . calculated_price AS calculated_price_14 , p0_ . calculated_price_ext AS calculated_price_ext_15 , p0_ . calculated_external AS calculated_external_16 , p0_ . season AS season_17 , p0_ . studded AS studded_18 , p0_ . height AS height_19 , p0_ . "load" AS load_20 , p0_ . speed AS speed_21 , p0_ . design AS design_22 , p0_ . runflat AS runflat_23 , p0_ . usa AS usa_24 , p0_ . screws AS screws_25 , p0_ . hole AS hole_26 , p0_ . pcd AS pcd_27 , p0_ . et AS et_28 , p0_ . color AS color_29 , p0_ . stamped AS stamped_30 , p0_ . calculated_pcd AS calculated_pcd_31 , p0_ . calculated_count AS calculated_count_32 , p0_ . slug AS slug_33 , p0_ . p_type AS p_type_34 FROM product p0_ WHERE ((p0_ . sale = true ) AND (p0_ . available = true )) AND p0_ . p_type IN ('1' );
Copy
5
0.72 ms
SELECT t0 . id AS id_1 , t0 . town AS town_2 , t0 . name AS name_3 , t0 . seo_name AS seo_name_4 FROM town t0 WHERE t0 . town = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . town AS town_2 , t0 . name AS name_3 , t0 . seo_name AS seo_name_4 FROM town t0 WHERE t0 . town = 'nsk' LIMIT 1 ;
Copy
6
0.17 ms
SELECT t0 . id AS id_1 , t0 . town AS town_2 , t0 . name AS name_3 , t0 . seo_name AS seo_name_4 FROM town t0 WHERE t0 . town = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . town AS town_2 , t0 . name AS name_3 , t0 . seo_name AS seo_name_4 FROM town t0 WHERE t0 . town = 'nsk' LIMIT 1 ;
Copy
7
0.31 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GISLAVED]_16114360000 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GISLAVED]_16114360000' ;
Copy
8
0.24 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GISLAVED]_1611436 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GISLAVED]_1611436' ;
Copy
9
0.19 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GISLAVED]_16117630000 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GISLAVED]_16117630000' ;
Copy
10
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GISLAVED]_1611763 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GISLAVED]_1611763' ;
Copy
11
0.20 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[IKON (NOKIAN TYRES)]_TS78181 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[IKON (NOKIAN TYRES)]_TS78181' ;
Copy
12
0.20 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[IKON (NOKIAN TYRES)]_TS72269 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[IKON (NOKIAN TYRES)]_TS72269' ;
Copy
13
0.19 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[IKON (NOKIAN TYRES)]_T730693 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[IKON (NOKIAN TYRES)]_T730693' ;
Copy
14
0.19 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[IKON (NOKIAN TYRES)]_T730579 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[IKON (NOKIAN TYRES)]_T730579' ;
Copy
15
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[ANTARES]_AB6615 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[ANTARES]_AB6615' ;
Copy
16
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[ARIVO]_2EAR693F "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[ARIVO]_2EAR693F' ;
Copy
17
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[AUTOGREEN]_3PN02754520E7UGBDA "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[AUTOGREEN]_3PN02754520E7UGBDA' ;
Copy
18
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[AUTOGREEN]_6924590221369 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[AUTOGREEN]_6924590221369' ;
Copy
19
0.19 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[BRIDGESTONE]_101333 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[BRIDGESTONE]_101333' ;
Copy
20
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[BRIDGESTONE]_20579 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[BRIDGESTONE]_20579' ;
Copy
21
0.19 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[CONTINENTAL]_357266 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[CONTINENTAL]_357266' ;
Copy
22
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[CONTINENTAL]_0354489 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[CONTINENTAL]_0354489' ;
Copy
23
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[CONTINENTAL]_04620174562843 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[CONTINENTAL]_04620174562843' ;
Copy
24
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[CONTINENTAL]_0345153 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[CONTINENTAL]_0345153' ;
Copy
25
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[EVERGREEN]_3220011644 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[EVERGREEN]_3220011644' ;
Copy
26
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[FORTUNE]_3778037039 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[FORTUNE]_3778037039' ;
Copy
27
0.18 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[FORTUNE]_3778030800 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[FORTUNE]_3778030800' ;
Copy
28
0.22 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GOODRIDE]_CTS277663 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GOODRIDE]_CTS277663' ;
Copy
29
0.26 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GOODRIDE]_CTS280537 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GOODRIDE]_CTS280537' ;
Copy
30
0.26 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GOODYEAR]_542961 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GOODYEAR]_542961' ;
Copy
31
0.29 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GOODYEAR]_580459 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GOODYEAR]_580459' ;
Copy
32
0.27 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[GREENTRAC]_6959613721212 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[GREENTRAC]_6959613721212' ;
Copy
33
0.45 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[HANKOOK]_1020625 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[HANKOOK]_1020625' ;
Copy
34
0.23 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[HANKOOK]_1025852 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[HANKOOK]_1025852' ;
Copy
35
0.24 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[HANKOOK]_1026419 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[HANKOOK]_1026419' ;
Copy
36
0.27 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[HANKOOK]_1023671 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[HANKOOK]_1023671' ;
Copy
37
0.22 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[HANKOOK]_1026788 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[HANKOOK]_1026788' ;
Copy
38
0.22 ms
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = ?
Parameters :
[
"S_[HANKOOK]_1026048 "
]
SELECT t0 . id AS id_1 , t0 . external AS external_2 , t0 . price AS price_3 , t0 . town AS town_4 , t0 . count AS count_5 , t0 . product_id AS product_id_6 , t0 . store_id AS store_id_7 FROM rest t0 WHERE t0 . product_id = 'S_[HANKOOK]_1026048' ;
Copy
39
0.32 ms
SELECT t0_ . id AS id_0 , t0_ . town AS town_1 , t0_ . name AS name_2 , t0_ . seo_name AS seo_name_3 FROM town t0_ ORDER BY t0_ . id ASC
SELECT t0_ . id AS id_0 , t0_ . town AS town_1 , t0_ . name AS name_2 , t0_ . seo_name AS seo_name_3 FROM town t0_ ORDER BY t0_ . id ASC ;
Copy