1
44.36 ms
SELECT DISTINCT p0_ . diameter AS diameter_0 FROM product p0_ WHERE ((p0_ . vendor = ? AND p0_ . model = ? ) AND (p0_ . available = true )) AND p0_ . p_type IN ('2' ) ORDER BY p0_ . diameter ASC
Parameters :
[
"СКАД "
"KL-1069 "
]
SELECT DISTINCT p0_ . diameter AS diameter_0 FROM product p0_ WHERE ((p0_ . vendor = 'СКАД' AND p0_ . model = 'KL-1069' ) AND (p0_ . available = true )) AND p0_ . p_type IN ('2' ) ORDER BY p0_ . diameter ASC ;
Copy
2
21.30 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_ . vendor = ? AND p0_ . model = ? ) AND (p0_ . available = true )) AND p0_ . p_type IN ('2' )
Parameters :
[
"СКАД "
"KL-1069 "
]
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_ . vendor = 'СКАД' AND p0_ . model = 'KL-1069' ) AND (p0_ . available = true )) AND p0_ . p_type IN ('2' );
Copy
3
0.69 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
4
0.25 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
5
0.86 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 :
[
"D_[СКАД]_WHS529565 "
]
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 = 'D_[СКАД]_WHS529565' ;
Copy
6
0.38 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 :
[
"D_[СКАД]_WHS529560 "
]
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 = 'D_[СКАД]_WHS529560' ;
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 :
[
"D_[СКАД]_WHS523453 "
]
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 = 'D_[СКАД]_WHS523453' ;
Copy
8
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 :
[
"D_[СКАД]_WHS529559 "
]
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 = 'D_[СКАД]_WHS529559' ;
Copy
9
0.42 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 :
[
"D_[СКАД]_WHS529567 "
]
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 = 'D_[СКАД]_WHS529567' ;
Copy
10
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 :
[
"D_[СКАД]_WHS524395 "
]
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 = 'D_[СКАД]_WHS524395' ;
Copy
11
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 :
[
"D_[СКАД]_WHS524990 "
]
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 = 'D_[СКАД]_WHS524990' ;
Copy
12
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 :
[
"D_[СКАД]_4400227 "
]
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 = 'D_[СКАД]_4400227' ;
Copy
13
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 :
[
"D_[СКАД]_WHS523487 "
]
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 = 'D_[СКАД]_WHS523487' ;
Copy
14
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 :
[
"D_[СКАД]_4400205 "
]
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 = 'D_[СКАД]_4400205' ;
Copy
15
0.25 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 :
[
"D_[СКАД]_WHS529568 "
]
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 = 'D_[СКАД]_WHS529568' ;
Copy
16
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 :
[
"D_[СКАД]_WHS522576 "
]
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 = 'D_[СКАД]_WHS522576' ;
Copy
17
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 :
[
"D_[СКАД]_WHS522577 "
]
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 = 'D_[СКАД]_WHS522577' ;
Copy
18
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 :
[
"D_[СКАД]_WHS523876 "
]
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 = 'D_[СКАД]_WHS523876' ;
Copy
19
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 :
[
"D_[СКАД]_WHS524944 "
]
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 = 'D_[СКАД]_WHS524944' ;
Copy
20
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 :
[
"D_[СКАД]_WHS522640 "
]
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 = 'D_[СКАД]_WHS522640' ;
Copy
21
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 :
[
"D_[СКАД]_4401205 "
]
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 = 'D_[СКАД]_4401205' ;
Copy
22
0.25 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 :
[
"D_[СКАД]_4401405 "
]
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 = 'D_[СКАД]_4401405' ;
Copy
23
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 :
[
"D_[СКАД]_WHS525530 "
]
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 = 'D_[СКАД]_WHS525530' ;
Copy
24
0.28 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 :
[
"D_[СКАД]_WHS529571 "
]
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 = 'D_[СКАД]_WHS529571' ;
Copy
25
0.25 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 :
[
"D_[СКАД]_4400027 "
]
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 = 'D_[СКАД]_4400027' ;
Copy
26
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 :
[
"D_[СКАД]_WHS529558 "
]
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 = 'D_[СКАД]_WHS529558' ;
Copy
27
0.28 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 :
[
"D_[СКАД]_WHS522547 "
]
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 = 'D_[СКАД]_WHS522547' ;
Copy
28
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 :
[
"D_[СКАД]_WHS523002 "
]
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 = 'D_[СКАД]_WHS523002' ;
Copy
29
0.25 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 :
[
"D_[СКАД]_WHS523005 "
]
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 = 'D_[СКАД]_WHS523005' ;
Copy
30
0.44 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 :
[
"D_[СКАД]_WHS521735 "
]
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 = 'D_[СКАД]_WHS521735' ;
Copy
31
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 :
[
"D_[СКАД]_WHS521736 "
]
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 = 'D_[СКАД]_WHS521736' ;
Copy
32
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 :
[
"D_[СКАД]_WHS523001 "
]
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 = 'D_[СКАД]_WHS523001' ;
Copy
33
0.41 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 :
[
"D_[СКАД]_WHS525671 "
]
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 = 'D_[СКАД]_WHS525671' ;
Copy
34
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 :
[
"D_[СКАД]_WHS523489 "
]
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 = 'D_[СКАД]_WHS523489' ;
Copy
35
0.28 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 :
[
"D_[СКАД]_WHS524794 "
]
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 = 'D_[СКАД]_WHS524794' ;
Copy
36
0.46 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 :
[
"D_[СКАД]_WHS529569 "
]
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 = 'D_[СКАД]_WHS529569' ;
Copy
37
0.63 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