0 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.*
FROM tbl_dictionary
| 2.2ms |
1 | SELECT FOUND_ROWS() AS totrow | 257μs |
2 | SELECT SQL_CALC_FOUND_ROWS
tbl_settings.*
FROM tbl_settings
WHERE (company_code = 1 OR company_code = '')
AND (shop_code = "seacsub" OR shop_code = '')
| 295μs |
3 | SELECT FOUND_ROWS() AS totrow | 197μs |
4 | SELECT SQL_CALC_FOUND_ROWS
tbl_products_price_lists.code,
tbl_products_price_lists.description,
tbl_products_price_lists.currency
FROM tbl_products_price_lists
WHERE company_code = 1
GROUP BY
tbl_products_price_lists.code
ORDER BY
FIELD(code, '01') desc, (ABS(code)) asc | 63.39ms |
5 | SELECT FOUND_ROWS() AS totrow | 217μs |
6 | SELECT SQL_CALC_FOUND_ROWS
tbl_products_price_lists.code,
tbl_products_price_lists.description,
tbl_products_price_lists.currency
FROM tbl_products_price_lists
WHERE company_code = 1
GROUP BY
tbl_products_price_lists.code
ORDER BY
FIELD(code, '01') desc, (ABS(code)) asc | 76.75ms |
7 | SELECT FOUND_ROWS() AS totrow | 198μs |
8 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-05-28 16:05:17' AND to_date > '2023-05-28 16:05:17' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 895μs |
9 | SELECT FOUND_ROWS() AS totrow | 226μs |
10 | SELECT SQL_CALC_FOUND_ROWS
tbl_catalog_categories_product.id,
tbl_catalog_categories_product.parent_id
FROM tbl_catalog_categories_product where enabled = 1 and tbl_catalog_categories_product.id in(SELECT
tpcct.category_id
FROM tbl_products tp
INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
INNER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code)
WHERE tpcct.category_id is not null and tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0
GROUP BY
tpcct.category_id
) and (tbl_catalog_categories_product.view_type LIKE '%"0"%' || tbl_catalog_categories_product.view_type LIKE '%"1"%')
| 291μs |
11 | SELECT FOUND_ROWS() AS totrow | 207μs |
12 | SELECT SQL_CALC_FOUND_ROWS
tbl_catalog_categories_product.id,
tbl_catalog_categories_product.name_it AS name,
tbl_catalog_categories_product.name_it AS name_default,
tbl_catalog_categories_product.nright,
tbl_catalog_categories_product.nleft,
tbl_catalog_categories_product.image,
tbl_catalog_categories_product.stages_category,
tbl_catalog_categories_product.parent_id AS parent
FROM tbl_catalog_categories_product
WHERE id in(1,1,1,1,1,1,1,1,1,15,15,47,47,47,47,47,47,58,58,58,58,1,1,1,15,15,15,15,15,15,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,170,170,170,170,170,170,170,170,47,1,15,15,15,58,58,58,58,58,58,58,58,58,2,4,5,6,7,10,11,13,14,20,26,48,49,50,51,52,55,59,60,61,62,143,144,145,146,147,148,149,150,151,153,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,173,175,176,177,178,180,181,182,183,184,185,186,187,188,189,190,195,197,218,220,221)
ORDER BY
tbl_catalog_categories_product.sorting asc | 372μs |
13 | SELECT FOUND_ROWS() AS totrow | 201μs |
14 | SELECT SQL_CALC_FOUND_ROWS
tbl_pages.url,
tbl_pages.id,
tbl_pages.title_it AS title,
tbl_pages.excerpt_it AS excerpt,
tbl_pages.content_it AS content,
tbl_pages.meta_title_it AS meta_title,
tbl_pages.meta_keywords_it AS meta_keywords,
tbl_pages.meta_description_it AS meta_description,
tbl_pages.title_it AS title_default,
tbl_pages.excerpt_it AS excerpt_default,
tbl_pages.content_it AS content_default,
tbl_pages.meta_title_it AS meta_title_default,
tbl_pages.meta_keywords_it AS meta_keywords_default,
tbl_pages.meta_description_it AS meta_description_default
FROM tbl_pages
WHERE url = "catalog.php" AND enabled = 1 AND
company_code in(0,1)
LIMIT 0, 1 | 329μs |
15 | SELECT FOUND_ROWS() AS totrow | 183μs |
16 | SELECT SQL_CALC_FOUND_ROWS
tbl_banners.position,
tbl_banners.id,
tbl_banners.title_it AS title,
tbl_banners.subtitle_it AS subtitle,
tbl_banners.excerpt_it AS excerpt,
tbl_banners.link_text_it AS link_text,
tbl_banners.link_it AS link,
tbl_banners.image_it AS image,
tbl_banners.icon,
tbl_banners.page_id,
tbl_banners.category_id,
tbl_banners.view_type,
tbl_banners.title_it AS title_default,
tbl_banners.subtitle_it AS subtitle_default,
tbl_banners.excerpt_it AS excerpt_default,
tbl_banners.link_text_it AS link_text_default,
tbl_banners.link_it AS link_default,
tbl_banners.image_it AS image_default
FROM tbl_banners
WHERE enabled = 1 AND (shop_code = "seacsub" OR shop_code = "") AND ( page_id LIKE '%"5"%' AND
(category_id LIKE '%"156"%' OR category_id LIKE '%"0"%') AND
(view_type LIKE '%"0"%' OR view_type LIKE '%"1"%')) AND
company_code in(0,1)
ORDER BY
tbl_banners.sorting asc | 1.15ms |
17 | SELECT FOUND_ROWS() AS totrow | 212μs |
18 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "801ab24683a4a8c433c6eb40c48bcd9d"
LIMIT 0, 1 | 396μs |
19 | SELECT FOUND_ROWS() AS totrow | 238μs |
20 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "821b8ee6937cec96c30fdafbfe836d68"
LIMIT 0, 1 | 191μs |
21 | SELECT FOUND_ROWS() AS totrow | 193μs |
22 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "9aa698f602b1e5694855cee73a683488"
LIMIT 0, 1 | 208μs |
23 | SELECT FOUND_ROWS() AS totrow | 168μs |
24 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-05-28 16:05:18' AND to_date > '2023-05-28 16:05:18' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 566μs |
25 | SELECT FOUND_ROWS() AS totrow | 231μs |
26 | SELECT SQL_CALC_FOUND_ROWS
tp.code_master AS code,
tpd.name_it AS name,
tpd.title_it AS title,
tpd.excerpt_it AS excerpt,
tpd.description_it AS description,
tpd.name_it AS name_default,
tpd.title_it AS title_default,
tpd.excerpt_it AS excerpt_default,
tpd.description_it AS description_default,
tp.family_code,
tfp.name_it AS family_name,
tfp.name_it AS family_name_default,
tp.season_code,
tp.gender_code,
tpd.meta_title_it AS meta_title,
tpd.meta_keywords_it AS meta_keywords,
tpd.meta_description_it AS meta_description,
tpd.meta_title_it AS meta_title_default,
tpd.meta_keywords_it AS meta_keywords_default,
tpd.meta_description_it AS meta_description_default,
tctp.label_variant1_it AS label_variant1,
tctp.label_variant2_it AS label_variant2,
tctp.label_variant1_it AS label_variant1_default,
tctp.label_variant2_it AS label_variant2_default,
tctp.variant_image,
tp.own_production,
tp.pack,
tpd.default_variant1,
MAX(tppl.discount1) AS discount1,
MAX(tppl.discount2) AS discount2,
MIN(tppl.price) AS original_price,
tppl.currency,
MIN(productPrice(tppl.price,tppl.discount1,tppl.discount2)) AS price,
tp.code AS product_image_code
FROM tbl_products tp
INNER JOIN tbl_products_descriptions tpd ON (tpd.product_code_master = tp.code_master) INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND tcctp.nright <= 197 and tcctp.nleft >= 196
GROUP BY
tp.code_master
ORDER BY
tpd.sorting asc
LIMIT 0, 8 | 145ms |
27 | SELECT FOUND_ROWS() AS totrow | 255μs |
28 | SELECT SQL_CALC_FOUND_ROWS
tbl_image_repository.*,
tbl_products_images.product_code,
tbl_products_images.sorting,
tbl_products_images.hidden,
tbl_products_images.id AS rel_id
FROM tbl_image_repository
LEFT JOIN tbl_products_images ON (tbl_image_repository.id = tbl_products_images.image_id)
LEFT JOIN tbl_products ON (tbl_products_images.product_code = tbl_products.code)
WHERE tbl_products_images.product_code IN ('0160030067040A','0210060068040A','0210018067040A','0210017069025A','0210100070025A','0160056070025A','0160055071040A','0160057068015A')
ORDER BY
tbl_products_images.sorting ASC
| 1.28ms |
29 | SELECT SQL_CALC_FOUND_ROWS
tp.code_master,
tp.color_code,
tszp.code,
tszp.name_it AS name,
tszp.name_it AS name_default
FROM tbl_products tp
LEFT OUTER JOIN tbl_sizes_product tszp ON (tp.size = tszp.code)
WHERE (tszp.id IS NOT NULL OR tp.size = '000') AND tp.code_master IN ("0160030","0210060","02100181","02100171","0210100","01600561","0160055","0160057") AND tp.enabled = 1
GROUP BY
tp.code
ORDER BY
tszp.sorting asc,tszp.id asc | 2.02ms |
30 | SELECT FOUND_ROWS() AS totrow | 185μs |
31 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-05-28 16:05:18' AND to_date > '2023-05-28 16:05:18' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 185μs |
32 | SELECT FOUND_ROWS() AS totrow | 170μs |
33 | SELECT SQL_CALC_FOUND_ROWS
tp.id,
tp.code,
tp.code_master,
tp.color_code,
tcp.name_it AS color_name,
tcp.name_it AS color_name_default,
tpd.name_it,
tpd.name_it AS name_default,
tp.size,
tszp.name_it AS size_name,
tszp.name_it AS size_name_default,
tszp.sorting AS size_sorting,
(tpst.quantity - IFNULL(torr_stb.quantity,0)) AS availability,
tpst.availability_date,
(tpst.future_quantity - IFNULL(torr_stb.quantity,0)) AS future_availability,
tpst.coming_arrivals_quantity,
tpst.coming_arrivals_date,
tp.family_code,
tp.category_code,
tpd.line_code,
tp.season_code,
tp.gender_code,
tp.commercial_code,
tp.own_production,
tp.pack,
tppl.discount1 AS discount1,
tppl.discount2 AS discount2,
productPrice(tppl.price,tppl.discount1,tppl.discount2) AS price,
tppl.price AS original_price,
tp.hide_price,
tppl.currency,
tp.code AS product_image_code
FROM tbl_products tp
INNER JOIN tbl_products_descriptions tpd ON (tpd.product_code_master = tp.code_master) INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_colors_product tcp ON (tp.color_code = tcp.code)
LEFT OUTER JOIN tbl_sizes_product tszp ON (tp.size = tszp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01') LEFT OUTER JOIN tbl_products_stocks tpst ON (tpst.product_code = tp.code AND tpst.company_code = "1") LEFT OUTER JOIN (SELECT torr.product_code, SUM(torr.quantity) AS quantity FROM tbl_orders_rows torr JOIN tbl_orders tor on tor.id = torr.order_id WHERE tor.company_code = "1" AND torr.order_status IN ('ordered') AND torr.aside = 0
AND torr.canceled = 0 AND torr.order_type != 5 and tor.order_status >= -1
GROUP BY product_code) torr_stb ON (torr_stb.product_code = tp.code)
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND code_master IN ("0160030","0210060","02100181","02100171","0210100","01600561","0160055","0160057") AND tcctp.nright <= 197 and tcctp.nleft >= 196
GROUP BY
tp.code
ORDER BY
tp.color_code asc,tszp.sorting asc | 9.43ms |
34 | SELECT FOUND_ROWS() AS totrow | 210μs |
35 | SELECT SQL_CALC_FOUND_ROWS
tbl_image_repository.*,
tbl_products_images.product_code,
tbl_products_images.sorting,
tbl_products_images.hidden,
tbl_products_images.id AS rel_id
FROM tbl_image_repository
LEFT JOIN tbl_products_images ON (tbl_image_repository.id = tbl_products_images.image_id)
LEFT JOIN tbl_products ON (tbl_products_images.product_code = tbl_products.code)
WHERE tbl_products_images.product_code IN ('0160056064025A','0160056064040A','0160056064055A','0160056064080A','0160056064105A','0160056064125A','0160056067025A','0160056067040A','0160056067055A','0160056067080A','0160056067105A','0160056067125A','0160057068015A','0160057068025A','0160057068040A','0160057068055A','0160057068080A','0160057068105A','0160057068125A','0160056070025A','0160056070040A','0160056070055A','0160056070080A','0160056070105A','0160056070125A','0160055071025A','0160055071040A','0160055071055A','0160055071080A','0160055071105A','0160055071125A','0210018060040A','0210018060055A','0210018060080A','0210018060105A','0210018060125A','0210017064025A','0210017064040A','0210018064040A','0210018064055A','0210017064055A','0210017064080A','0210018064080A','0210017064105A','0210018064105A','0210017064125A','0210018064125A','0210018067040A','0210018067055A','0210018067080A','0210018067105A','0210018067125A','0210017069025A','0210017069040A','0210017069055A','0210017069080A','0210017069105A','0210017069125A','0210100070025A','0210100070040A','0210100070055A','0210100070080A','0210100070105A','0210100070125A','0160030067040A','0210060068040A','0210060068055A','0160030067055A','0160030067080A','0210060068080A','0160030067105A','0210060068105A','0160030067125A','0210060068125A','0160035067040A','0210070068040A','0160035067055A','0210070068055A','0160035067080A','0210070068080A','0160035067105A','0210070068105A','0160035067125A','0210070068125A','0160045067040A','0210090068040A','0210090068055A','0160045067055A','0210090068080A','0160045067080A','0160045067105A','0210090068105A','0160045067125A','0210090068125A')
ORDER BY
tbl_products_images.sorting ASC
| 9.17ms |
36 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-05-28 16:05:18' AND to_date > '2023-05-28 16:05:18' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 353μs |
37 | SELECT FOUND_ROWS() AS totrow | 181μs |
38 | SELECT SQL_CALC_FOUND_ROWS
tszp.code,
tszp.name_it AS name,
tszp.name_it AS name_default
FROM tbl_products tp
INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_sizes_product tszp ON (tp.size = tszp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND tcctp.nright <= 197 and tcctp.nleft >= 196 AND tszp.id IS NOT NULL AND tszp.type = 1
GROUP BY
tszp.name_it
ORDER BY
tszp.sorting asc | 4.7ms |
39 | SELECT FOUND_ROWS() AS totrow | 190μs |
40 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-05-28 16:05:18' AND to_date > '2023-05-28 16:05:18' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 181μs |
41 | SELECT FOUND_ROWS() AS totrow | 168μs |
42 | SELECT SQL_CALC_FOUND_ROWS
tgp.code,
tgp.name_it AS name,
tgp.name_it AS name_default
FROM tbl_products tp
INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_genders_product tgp ON (tp.gender_code = tgp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND tcctp.nright <= 197 and tcctp.nleft >= 196 AND tgp.id IS NOT NULL
GROUP BY
tgp.id
ORDER BY
tgp.sorting asc | 3.74ms |
43 | SELECT FOUND_ROWS() AS totrow | 198μs |
44 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "068f80c7519d0528fb08e82137a72131"
LIMIT 0, 1 | 185μs |
45 | SELECT FOUND_ROWS() AS totrow | 201μs |
46 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 199μs |
47 | SELECT FOUND_ROWS() AS totrow | 173μs |
48 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 176μs |
49 | SELECT FOUND_ROWS() AS totrow | 169μs |
50 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
51 | SELECT FOUND_ROWS() AS totrow | 166μs |
52 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 181μs |
53 | SELECT FOUND_ROWS() AS totrow | 164μs |
54 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
55 | SELECT FOUND_ROWS() AS totrow | 163μs |
56 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
57 | SELECT FOUND_ROWS() AS totrow | 273μs |
58 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 179μs |
59 | SELECT FOUND_ROWS() AS totrow | 170μs |
60 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 169μs |
61 | SELECT FOUND_ROWS() AS totrow | 226μs |
62 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
63 | SELECT FOUND_ROWS() AS totrow | 166μs |
64 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 166μs |
65 | SELECT FOUND_ROWS() AS totrow | 184μs |
66 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 181μs |
67 | SELECT FOUND_ROWS() AS totrow | 164μs |
68 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
69 | SELECT FOUND_ROWS() AS totrow | 166μs |
70 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 170μs |
71 | SELECT FOUND_ROWS() AS totrow | 165μs |
72 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
73 | SELECT FOUND_ROWS() AS totrow | 163μs |
74 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 180μs |
75 | SELECT FOUND_ROWS() AS totrow | 163μs |
76 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 177μs |
77 | SELECT FOUND_ROWS() AS totrow | 168μs |
78 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 168μs |
79 | SELECT FOUND_ROWS() AS totrow | 178μs |
80 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
81 | SELECT FOUND_ROWS() AS totrow | 164μs |
82 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 210μs |
83 | SELECT FOUND_ROWS() AS totrow | 167μs |
84 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 165μs |
85 | SELECT FOUND_ROWS() AS totrow | 193μs |
86 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
87 | SELECT FOUND_ROWS() AS totrow | 190μs |
88 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
89 | SELECT FOUND_ROWS() AS totrow | 162μs |
90 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
91 | SELECT FOUND_ROWS() AS totrow | 161μs |
92 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 165μs |
93 | SELECT FOUND_ROWS() AS totrow | 163μs |
94 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
95 | SELECT FOUND_ROWS() AS totrow | 162μs |
96 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 178μs |
97 | SELECT FOUND_ROWS() AS totrow | 162μs |
98 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 178μs |
99 | SELECT FOUND_ROWS() AS totrow | 163μs |
100 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
101 | SELECT FOUND_ROWS() AS totrow | 262μs |
102 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
103 | SELECT FOUND_ROWS() AS totrow | 163μs |
104 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
105 | SELECT FOUND_ROWS() AS totrow | 203μs |
106 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 171μs |
107 | SELECT FOUND_ROWS() AS totrow | 167μs |
108 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
109 | SELECT FOUND_ROWS() AS totrow | 180μs |
110 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
111 | SELECT FOUND_ROWS() AS totrow | 163μs |
112 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 199μs |
113 | SELECT FOUND_ROWS() AS totrow | 163μs |
114 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
115 | SELECT FOUND_ROWS() AS totrow | 176μs |
116 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
117 | SELECT FOUND_ROWS() AS totrow | 162μs |
118 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 178μs |
119 | SELECT FOUND_ROWS() AS totrow | 163μs |
120 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
121 | SELECT FOUND_ROWS() AS totrow | 162μs |
122 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
123 | SELECT FOUND_ROWS() AS totrow | 224μs |
124 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
125 | SELECT FOUND_ROWS() AS totrow | 162μs |
126 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
127 | SELECT FOUND_ROWS() AS totrow | 163μs |
128 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
129 | SELECT FOUND_ROWS() AS totrow | 163μs |
130 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
131 | SELECT FOUND_ROWS() AS totrow | 162μs |
132 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 177μs |
133 | SELECT FOUND_ROWS() AS totrow | 162μs |
134 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
135 | SELECT FOUND_ROWS() AS totrow | 162μs |
136 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 199μs |
137 | SELECT FOUND_ROWS() AS totrow | 168μs |
138 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
139 | SELECT FOUND_ROWS() AS totrow | 163μs |
140 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 740μs |
141 | SELECT FOUND_ROWS() AS totrow | 195μs |
142 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
143 | SELECT FOUND_ROWS() AS totrow | 181μs |
144 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 355μs |
145 | SELECT FOUND_ROWS() AS totrow | 218μs |
146 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 173μs |
147 | SELECT FOUND_ROWS() AS totrow | 173μs |
148 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
149 | SELECT FOUND_ROWS() AS totrow | 153μs |
150 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
151 | SELECT FOUND_ROWS() AS totrow | 169μs |
152 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
153 | SELECT FOUND_ROWS() AS totrow | 153μs |
154 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
155 | SELECT FOUND_ROWS() AS totrow | 152μs |
156 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
157 | SELECT FOUND_ROWS() AS totrow | 164μs |
158 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
159 | SELECT FOUND_ROWS() AS totrow | 154μs |
160 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 190μs |
161 | SELECT FOUND_ROWS() AS totrow | 157μs |
162 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 352μs |
163 | SELECT FOUND_ROWS() AS totrow | 163μs |
164 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 172μs |
165 | SELECT FOUND_ROWS() AS totrow | 154μs |
166 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
167 | SELECT FOUND_ROWS() AS totrow | 154μs |
168 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
169 | SELECT FOUND_ROWS() AS totrow | 170μs |
170 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
171 | SELECT FOUND_ROWS() AS totrow | 154μs |
172 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 170μs |
173 | SELECT FOUND_ROWS() AS totrow | 174μs |
174 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
175 | SELECT FOUND_ROWS() AS totrow | 156μs |
176 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 171μs |
177 | SELECT FOUND_ROWS() AS totrow | 156μs |
178 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
179 | SELECT FOUND_ROWS() AS totrow | 156μs |
180 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 217μs |
181 | SELECT FOUND_ROWS() AS totrow | 159μs |
182 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 180μs |
183 | SELECT FOUND_ROWS() AS totrow | 160μs |
184 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 182μs |
185 | SELECT FOUND_ROWS() AS totrow | 169μs |
186 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 158μs |
187 | SELECT FOUND_ROWS() AS totrow | 156μs |
188 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
189 | SELECT FOUND_ROWS() AS totrow | 154μs |
190 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 171μs |
191 | SELECT FOUND_ROWS() AS totrow | 154μs |
192 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
193 | SELECT FOUND_ROWS() AS totrow | 154μs |
194 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
195 | SELECT FOUND_ROWS() AS totrow | 169μs |
196 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
197 | SELECT FOUND_ROWS() AS totrow | 154μs |
198 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
199 | SELECT FOUND_ROWS() AS totrow | 154μs |
200 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
201 | SELECT FOUND_ROWS() AS totrow | 154μs |
202 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
203 | SELECT FOUND_ROWS() AS totrow | 153μs |
204 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
205 | SELECT FOUND_ROWS() AS totrow | 181μs |
206 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
207 | SELECT FOUND_ROWS() AS totrow | 154μs |
208 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
209 | SELECT FOUND_ROWS() AS totrow | 186μs |
210 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
211 | SELECT FOUND_ROWS() AS totrow | 155μs |
212 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
213 | SELECT FOUND_ROWS() AS totrow | 154μs |
214 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 158μs |
215 | SELECT FOUND_ROWS() AS totrow | 154μs |
216 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
217 | SELECT FOUND_ROWS() AS totrow | 155μs |
218 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 172μs |
219 | SELECT FOUND_ROWS() AS totrow | 156μs |
220 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
221 | SELECT FOUND_ROWS() AS totrow | 157μs |
222 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
223 | SELECT FOUND_ROWS() AS totrow | 220μs |
224 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 178μs |
225 | SELECT FOUND_ROWS() AS totrow | 170μs |
226 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 169μs |
227 | SELECT FOUND_ROWS() AS totrow | 187μs |
228 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 217μs |
229 | SELECT FOUND_ROWS() AS totrow | 171μs |
230 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 165μs |
231 | SELECT FOUND_ROWS() AS totrow | 270μs |
232 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 199μs |
233 | SELECT FOUND_ROWS() AS totrow | 178μs |
234 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.string,
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
| 584μs |
235 | SELECT FOUND_ROWS() AS totrow | 196μs |