1
1.02 ms
SELECT o0_ . id AS id_0 , o0_ . code AS code_1 , o0_ . name AS name_2 , o0_ . locale AS locale_3 , o0_ . erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_ . locale LIKE ?
SELECT o0_ . id AS id_0 , o0_ . code AS code_1 , o0_ . name AS name_2 , o0_ . locale AS locale_3 , o0_ . erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_ . locale LIKE 'de' ;
Copy
2
0.50 ms
SELECT o0_ . id AS id_0 , o0_ . code AS code_1 , o0_ . name AS name_2 , o0_ . locale AS locale_3 , o0_ . erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_ . locale LIKE ?
SELECT o0_ . id AS id_0 , o0_ . code AS code_1 , o0_ . name AS name_2 , o0_ . locale AS locale_3 , o0_ . erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_ . locale LIKE 'de' ;
Copy
3
0.63 ms
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . configuration AS configuration_2 , o0_ . value AS value_3 , o0_ . is_editable AS is_editable_4 , o0_ . modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_ . name = ?
Parameters :
[
"open-site "
]
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . configuration AS configuration_2 , o0_ . value AS value_3 , o0_ . is_editable AS is_editable_4 , o0_ . modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_ . name = 'open-site' ;
Copy
4
0.43 ms
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . configuration AS configuration_2 , o0_ . value AS value_3 , o0_ . is_editable AS is_editable_4 , o0_ . modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_ . name = ?
Parameters :
[
"view-content-coworker "
]
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . configuration AS configuration_2 , o0_ . value AS value_3 , o0_ . is_editable AS is_editable_4 , o0_ . modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_ . name = 'view-content-coworker' ;
Copy
5
0.42 ms
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . configuration AS configuration_2 , o0_ . value AS value_3 , o0_ . is_editable AS is_editable_4 , o0_ . modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_ . name = ?
Parameters :
[
"create-offer "
]
SELECT o0_ . id AS id_0 , o0_ . name AS name_1 , o0_ . configuration AS configuration_2 , o0_ . value AS value_3 , o0_ . is_editable AS is_editable_4 , o0_ . modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_ . name = 'create-offer' ;
Copy
6
1.51 ms
SELECT o0_ . id AS id_0 , o0_ . path AS path_1 , o0_ . level AS level_2 , o0_ . number AS number_3 , o0_ . name AS name_4 , o0_ . description AS description_5 , o0_ . display_as_catalogue AS display_as_catalogue_6 , o0_ . display_as_list AS display_as_list_7 , o0_ . display_as_table AS display_as_table_8 , o0_ . article_count AS article_count_9 , o0_ . recursive_article_count AS recursive_article_count_10 , o0_ . children_have_articles AS children_have_articles_11 , o0_ . shopping_cart_popup AS shopping_cart_popup_12 , o0_ . message_shopping_cart_popup AS message_shopping_cart_popup_13 , o0_ . erp_id AS erp_id_14 , o1_ . id AS id_15 , o1_ . type AS type_16 , o1_ . value AS value_17 , o2_ . id AS id_18 , o2_ . file AS file_19 , o2_ . hash AS hash_20 , o2_ . size AS size_21 , o2_ . width AS width_22 , o2_ . height AS height_23 , o2_ . type AS type_24 , o2_ . mime_type AS mime_type_25 , o2_ . erp_id AS erp_id_26 , o0_ . parent_id AS parent_id_27 , o1_ . web_group_id AS web_group_id_28 , o1_ . language_id AS language_id_29 FROM oc_web_groups o0_ LEFT JOIN oc_web_group_translations o1_ ON o0_ . id = o1_ . web_group_id LEFT JOIN oc_web_group_media o3_ ON o0_ . id = o3_ . web_group_id LEFT JOIN oc_media o2_ ON o2_ . id = o3_ . media_id WHERE o0_ . parent_id IS NULL AND (o0_ . article_count > 0 OR o0_ . children_have_articles = 1 ) ORDER BY o0_ . number ASC
SELECT o0_ . id AS id_0 , o0_ . path AS path_1 , o0_ . level AS level_2 , o0_ . number AS number_3 , o0_ . name AS name_4 , o0_ . description AS description_5 , o0_ . display_as_catalogue AS display_as_catalogue_6 , o0_ . display_as_list AS display_as_list_7 , o0_ . display_as_table AS display_as_table_8 , o0_ . article_count AS article_count_9 , o0_ . recursive_article_count AS recursive_article_count_10 , o0_ . children_have_articles AS children_have_articles_11 , o0_ . shopping_cart_popup AS shopping_cart_popup_12 , o0_ . message_shopping_cart_popup AS message_shopping_cart_popup_13 , o0_ . erp_id AS erp_id_14 , o1_ . id AS id_15 , o1_ . type AS type_16 , o1_ . value AS value_17 , o2_ . id AS id_18 , o2_ . file AS file_19 , o2_ . hash AS hash_20 , o2_ . size AS size_21 , o2_ . width AS width_22 , o2_ . height AS height_23 , o2_ . type AS type_24 , o2_ . mime_type AS mime_type_25 , o2_ . erp_id AS erp_id_26 , o0_ . parent_id AS parent_id_27 , o1_ . web_group_id AS web_group_id_28 , o1_ . language_id AS language_id_29 FROM oc_web_groups o0_ LEFT JOIN oc_web_group_translations o1_ ON o0_ . id = o1_ . web_group_id LEFT JOIN oc_web_group_media o3_ ON o0_ . id = o3_ . web_group_id LEFT JOIN oc_media o2_ ON o2_ . id = o3_ . media_id WHERE o0_ . parent_id IS NULL AND (o0_ . article_count > 0 OR o0_ . children_have_articles = 1 ) ORDER BY o0_ . number ASC ;
Copy
7
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 333 ORDER BY t0 . number ASC ;
Copy
8
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 340 ;
Copy
9
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 340 ORDER BY t0 . number ASC ;
Copy
10
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 341 ;
Copy
11
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 341 ORDER BY t0 . number ASC ;
Copy
12
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 342 ;
Copy
13
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 342 ORDER BY t0 . number ASC ;
Copy
14
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 334 ;
Copy
15
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 334 ORDER BY t0 . number ASC ;
Copy
16
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 335 ;
Copy
17
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 335 ORDER BY t0 . number ASC ;
Copy
18
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 336 ;
Copy
19
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 336 ORDER BY t0 . number ASC ;
Copy
20
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 337 ;
Copy
21
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 337 ORDER BY t0 . number ASC ;
Copy
22
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 338 ;
Copy
23
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 338 ORDER BY t0 . number ASC ;
Copy
24
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 339 ;
Copy
25
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 339 ORDER BY t0 . number ASC ;
Copy
26
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 343 ;
Copy
27
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 343 ORDER BY t0 . number ASC ;
Copy
28
0.51 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 344 ;
Copy
29
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 344 ORDER BY t0 . number ASC ;
Copy
30
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 345 ;
Copy
31
0.60 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 345 ORDER BY t0 . number ASC ;
Copy
32
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 346 ;
Copy
33
0.63 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 346 ORDER BY t0 . number ASC ;
Copy
34
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 347 ;
Copy
35
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 347 ORDER BY t0 . number ASC ;
Copy
36
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 348 ;
Copy
37
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 348 ORDER BY t0 . number ASC ;
Copy
38
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 349 ;
Copy
39
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 349 ORDER BY t0 . number ASC ;
Copy
40
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 350 ;
Copy
41
0.60 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 350 ORDER BY t0 . number ASC ;
Copy
42
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 351 ;
Copy
43
0.44 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 351 ORDER BY t0 . number ASC ;
Copy
44
0.38 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 352 ;
Copy
45
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 352 ORDER BY t0 . number ASC ;
Copy
46
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 353 ;
Copy
47
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 353 ORDER BY t0 . number ASC ;
Copy
48
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 354 ;
Copy
49
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 354 ORDER BY t0 . number ASC ;
Copy
50
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 355 ;
Copy
51
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 355 ORDER BY t0 . number ASC ;
Copy
52
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 356 ORDER BY t0 . number ASC ;
Copy
53
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 357 ;
Copy
54
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 357 ORDER BY t0 . number ASC ;
Copy
55
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 358 ;
Copy
56
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 358 ORDER BY t0 . number ASC ;
Copy
57
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 359 ;
Copy
58
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 359 ORDER BY t0 . number ASC ;
Copy
59
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 360 ;
Copy
60
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 360 ORDER BY t0 . number ASC ;
Copy
61
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 361 ;
Copy
62
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 361 ORDER BY t0 . number ASC ;
Copy
63
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 362 ;
Copy
64
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 362 ORDER BY t0 . number ASC ;
Copy
65
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 363 ;
Copy
66
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 363 ORDER BY t0 . number ASC ;
Copy
67
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 364 ;
Copy
68
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 364 ORDER BY t0 . number ASC ;
Copy
69
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 365 ;
Copy
70
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 365 ORDER BY t0 . number ASC ;
Copy
71
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 366 ;
Copy
72
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 366 ORDER BY t0 . number ASC ;
Copy
73
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 367 ;
Copy
74
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 367 ORDER BY t0 . number ASC ;
Copy
75
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 368 ;
Copy
76
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 368 ORDER BY t0 . number ASC ;
Copy
77
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 369 ;
Copy
78
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 369 ORDER BY t0 . number ASC ;
Copy
79
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 370 ;
Copy
80
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 370 ORDER BY t0 . number ASC ;
Copy
81
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 371 ;
Copy
82
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 371 ORDER BY t0 . number ASC ;
Copy
83
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 372 ;
Copy
84
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 372 ORDER BY t0 . number ASC ;
Copy
85
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 373 ;
Copy
86
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 373 ORDER BY t0 . number ASC ;
Copy
87
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 374 ;
Copy
88
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 374 ORDER BY t0 . number ASC ;
Copy
89
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 375 ;
Copy
90
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 375 ORDER BY t0 . number ASC ;
Copy
91
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 376 ;
Copy
92
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 376 ORDER BY t0 . number ASC ;
Copy
93
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 377 ;
Copy
94
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 377 ORDER BY t0 . number ASC ;
Copy
95
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 378 ;
Copy
96
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 378 ORDER BY t0 . number ASC ;
Copy
97
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 379 ;
Copy
98
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 379 ORDER BY t0 . number ASC ;
Copy
99
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 380 ;
Copy
100
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 380 ORDER BY t0 . number ASC ;
Copy
101
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 381 ;
Copy
102
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 381 ORDER BY t0 . number ASC ;
Copy
103
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 382 ;
Copy
104
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 382 ORDER BY t0 . number ASC ;
Copy
105
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 383 ;
Copy
106
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 383 ORDER BY t0 . number ASC ;
Copy
107
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 384 ;
Copy
108
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 384 ORDER BY t0 . number ASC ;
Copy
109
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 385 ;
Copy
110
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 385 ORDER BY t0 . number ASC ;
Copy
111
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 386 ;
Copy
112
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 386 ORDER BY t0 . number ASC ;
Copy
113
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 387 ;
Copy
114
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 387 ORDER BY t0 . number ASC ;
Copy
115
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 388 ;
Copy
116
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 388 ORDER BY t0 . number ASC ;
Copy
117
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 389 ;
Copy
118
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 389 ORDER BY t0 . number ASC ;
Copy
119
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 390 ;
Copy
120
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 390 ORDER BY t0 . number ASC ;
Copy
121
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 391 ;
Copy
122
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 391 ORDER BY t0 . number ASC ;
Copy
123
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 392 ;
Copy
124
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 392 ORDER BY t0 . number ASC ;
Copy
125
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 393 ;
Copy
126
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 393 ORDER BY t0 . number ASC ;
Copy
127
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 394 ;
Copy
128
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 394 ORDER BY t0 . number ASC ;
Copy
129
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 395 ;
Copy
130
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 395 ORDER BY t0 . number ASC ;
Copy
131
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 396 ORDER BY t0 . number ASC ;
Copy
132
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 397 ;
Copy
133
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 397 ORDER BY t0 . number ASC ;
Copy
134
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 398 ;
Copy
135
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 398 ORDER BY t0 . number ASC ;
Copy
136
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 399 ;
Copy
137
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 399 ORDER BY t0 . number ASC ;
Copy
138
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 400 ;
Copy
139
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 400 ORDER BY t0 . number ASC ;
Copy
140
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 401 ;
Copy
141
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 401 ORDER BY t0 . number ASC ;
Copy
142
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 402 ;
Copy
143
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 402 ORDER BY t0 . number ASC ;
Copy
144
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 403 ;
Copy
145
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 403 ORDER BY t0 . number ASC ;
Copy
146
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 404 ;
Copy
147
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 404 ORDER BY t0 . number ASC ;
Copy
148
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 405 ;
Copy
149
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 405 ORDER BY t0 . number ASC ;
Copy
150
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 406 ;
Copy
151
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 406 ORDER BY t0 . number ASC ;
Copy
152
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 407 ;
Copy
153
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 407 ORDER BY t0 . number ASC ;
Copy
154
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 408 ;
Copy
155
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 408 ORDER BY t0 . number ASC ;
Copy
156
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 409 ;
Copy
157
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 409 ORDER BY t0 . number ASC ;
Copy
158
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 410 ;
Copy
159
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 410 ORDER BY t0 . number ASC ;
Copy
160
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 411 ;
Copy
161
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 411 ORDER BY t0 . number ASC ;
Copy
162
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 412 ;
Copy
163
0.82 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 412 ORDER BY t0 . number ASC ;
Copy
164
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 413 ;
Copy
165
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 413 ORDER BY t0 . number ASC ;
Copy
166
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 414 ;
Copy
167
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 414 ORDER BY t0 . number ASC ;
Copy
168
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 415 ;
Copy
169
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 415 ORDER BY t0 . number ASC ;
Copy
170
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 416 ;
Copy
171
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 416 ORDER BY t0 . number ASC ;
Copy
172
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 417 ;
Copy
173
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 417 ORDER BY t0 . number ASC ;
Copy
174
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 418 ;
Copy
175
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 418 ORDER BY t0 . number ASC ;
Copy
176
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 419 ;
Copy
177
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 419 ORDER BY t0 . number ASC ;
Copy
178
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 420 ;
Copy
179
0.44 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 420 ORDER BY t0 . number ASC ;
Copy
180
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 421 ;
Copy
181
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 421 ORDER BY t0 . number ASC ;
Copy
182
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 422 ;
Copy
183
0.44 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 422 ORDER BY t0 . number ASC ;
Copy
184
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 423 ;
Copy
185
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 423 ORDER BY t0 . number ASC ;
Copy
186
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 424 ;
Copy
187
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 424 ORDER BY t0 . number ASC ;
Copy
188
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 425 ;
Copy
189
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 425 ORDER BY t0 . number ASC ;
Copy
190
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 426 ;
Copy
191
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 426 ORDER BY t0 . number ASC ;
Copy
192
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 427 ;
Copy
193
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 427 ORDER BY t0 . number ASC ;
Copy
194
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 428 ;
Copy
195
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 428 ORDER BY t0 . number ASC ;
Copy
196
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 429 ;
Copy
197
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 429 ORDER BY t0 . number ASC ;
Copy
198
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 430 ;
Copy
199
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 430 ORDER BY t0 . number ASC ;
Copy
200
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 431 ;
Copy
201
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 431 ORDER BY t0 . number ASC ;
Copy
202
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 432 ;
Copy
203
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 432 ORDER BY t0 . number ASC ;
Copy
204
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 433 ;
Copy
205
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 433 ORDER BY t0 . number ASC ;
Copy
206
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 434 ;
Copy
207
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 434 ORDER BY t0 . number ASC ;
Copy
208
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 435 ;
Copy
209
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 435 ORDER BY t0 . number ASC ;
Copy
210
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 436 ;
Copy
211
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 436 ORDER BY t0 . number ASC ;
Copy
212
2.17 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 437 ;
Copy
213
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 437 ORDER BY t0 . number ASC ;
Copy
214
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 438 ;
Copy
215
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 438 ORDER BY t0 . number ASC ;
Copy
216
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 439 ;
Copy
217
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 439 ORDER BY t0 . number ASC ;
Copy
218
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 440 ;
Copy
219
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 440 ORDER BY t0 . number ASC ;
Copy
220
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 441 ;
Copy
221
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 441 ORDER BY t0 . number ASC ;
Copy
222
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 442 ;
Copy
223
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 442 ORDER BY t0 . number ASC ;
Copy
224
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 443 ;
Copy
225
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 443 ORDER BY t0 . number ASC ;
Copy
226
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 444 ;
Copy
227
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 444 ORDER BY t0 . number ASC ;
Copy
228
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 445 ;
Copy
229
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 445 ORDER BY t0 . number ASC ;
Copy
230
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 446 ;
Copy
231
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 446 ORDER BY t0 . number ASC ;
Copy
232
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 447 ORDER BY t0 . number ASC ;
Copy
233
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 448 ;
Copy
234
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 448 ORDER BY t0 . number ASC ;
Copy
235
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 449 ;
Copy
236
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 449 ORDER BY t0 . number ASC ;
Copy
237
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 450 ;
Copy
238
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 450 ORDER BY t0 . number ASC ;
Copy
239
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 451 ;
Copy
240
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 451 ORDER BY t0 . number ASC ;
Copy
241
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 452 ;
Copy
242
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 452 ORDER BY t0 . number ASC ;
Copy
243
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 453 ;
Copy
244
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 453 ORDER BY t0 . number ASC ;
Copy
245
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 454 ;
Copy
246
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 454 ORDER BY t0 . number ASC ;
Copy
247
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 455 ;
Copy
248
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 455 ORDER BY t0 . number ASC ;
Copy
249
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 456 ;
Copy
250
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 456 ORDER BY t0 . number ASC ;
Copy
251
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 457 ;
Copy
252
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 457 ORDER BY t0 . number ASC ;
Copy
253
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 458 ;
Copy
254
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 458 ORDER BY t0 . number ASC ;
Copy
255
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 459 ;
Copy
256
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 459 ORDER BY t0 . number ASC ;
Copy
257
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 460 ;
Copy
258
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 460 ORDER BY t0 . number ASC ;
Copy
259
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 461 ;
Copy
260
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 461 ORDER BY t0 . number ASC ;
Copy
261
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 462 ;
Copy
262
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 462 ORDER BY t0 . number ASC ;
Copy
263
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 463 ;
Copy
264
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 463 ORDER BY t0 . number ASC ;
Copy
265
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 464 ;
Copy
266
0.63 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 464 ORDER BY t0 . number ASC ;
Copy
267
0.65 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 465 ;
Copy
268
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 465 ORDER BY t0 . number ASC ;
Copy
269
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 466 ;
Copy
270
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 466 ORDER BY t0 . number ASC ;
Copy
271
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 467 ;
Copy
272
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 467 ORDER BY t0 . number ASC ;
Copy
273
1.02 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 468 ;
Copy
274
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 468 ORDER BY t0 . number ASC ;
Copy
275
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 469 ;
Copy
276
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 469 ORDER BY t0 . number ASC ;
Copy
277
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 470 ;
Copy
278
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 470 ORDER BY t0 . number ASC ;
Copy
279
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 471 ;
Copy
280
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 471 ORDER BY t0 . number ASC ;
Copy
281
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 472 ;
Copy
282
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 472 ORDER BY t0 . number ASC ;
Copy
283
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 473 ;
Copy
284
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 473 ORDER BY t0 . number ASC ;
Copy
285
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 474 ;
Copy
286
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 474 ORDER BY t0 . number ASC ;
Copy
287
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 475 ;
Copy
288
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 475 ORDER BY t0 . number ASC ;
Copy
289
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 476 ;
Copy
290
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 476 ORDER BY t0 . number ASC ;
Copy
291
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 477 ;
Copy
292
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 477 ORDER BY t0 . number ASC ;
Copy
293
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 478 ORDER BY t0 . number ASC ;
Copy
294
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 479 ;
Copy
295
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 479 ORDER BY t0 . number ASC ;
Copy
296
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 480 ;
Copy
297
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 480 ORDER BY t0 . number ASC ;
Copy
298
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 481 ;
Copy
299
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 481 ORDER BY t0 . number ASC ;
Copy
300
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 482 ;
Copy
301
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 482 ORDER BY t0 . number ASC ;
Copy
302
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 483 ;
Copy
303
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 483 ORDER BY t0 . number ASC ;
Copy
304
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 484 ;
Copy
305
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 484 ORDER BY t0 . number ASC ;
Copy
306
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 485 ;
Copy
307
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 485 ORDER BY t0 . number ASC ;
Copy
308
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 486 ;
Copy
309
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 486 ORDER BY t0 . number ASC ;
Copy
310
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 487 ;
Copy
311
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 487 ORDER BY t0 . number ASC ;
Copy
312
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 488 ;
Copy
313
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 488 ORDER BY t0 . number ASC ;
Copy
314
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 489 ;
Copy
315
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 489 ORDER BY t0 . number ASC ;
Copy
316
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 490 ;
Copy
317
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 490 ORDER BY t0 . number ASC ;
Copy
318
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 491 ;
Copy
319
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 491 ORDER BY t0 . number ASC ;
Copy
320
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 492 ;
Copy
321
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 492 ORDER BY t0 . number ASC ;
Copy
322
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 493 ;
Copy
323
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 493 ORDER BY t0 . number ASC ;
Copy
324
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 518 ;
Copy
325
0.62 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 518 ORDER BY t0 . number ASC ;
Copy
326
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 519 ;
Copy
327
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 519 ORDER BY t0 . number ASC ;
Copy
328
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 520 ;
Copy
329
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 520 ORDER BY t0 . number ASC ;
Copy
330
0.90 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 521 ;
Copy
331
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 521 ORDER BY t0 . number ASC ;
Copy
332
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 522 ;
Copy
333
0.62 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 522 ORDER BY t0 . number ASC ;
Copy
334
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 494 ;
Copy
335
0.66 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 494 ORDER BY t0 . number ASC ;
Copy
336
0.58 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 495 ;
Copy
337
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 495 ORDER BY t0 . number ASC ;
Copy
338
0.54 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 496 ;
Copy
339
0.60 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 496 ORDER BY t0 . number ASC ;
Copy
340
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 497 ;
Copy
341
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 497 ORDER BY t0 . number ASC ;
Copy
342
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 498 ;
Copy
343
0.65 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 498 ORDER BY t0 . number ASC ;
Copy
344
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 499 ;
Copy
345
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 499 ORDER BY t0 . number ASC ;
Copy
346
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 500 ;
Copy
347
0.65 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 500 ORDER BY t0 . number ASC ;
Copy
348
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 501 ;
Copy
349
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 501 ORDER BY t0 . number ASC ;
Copy
350
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 502 ;
Copy
351
0.62 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 502 ORDER BY t0 . number ASC ;
Copy
352
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 503 ;
Copy
353
0.66 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 503 ORDER BY t0 . number ASC ;
Copy
354
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 504 ;
Copy
355
0.95 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 504 ORDER BY t0 . number ASC ;
Copy
356
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 505 ;
Copy
357
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 505 ORDER BY t0 . number ASC ;
Copy
358
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 506 ;
Copy
359
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 506 ORDER BY t0 . number ASC ;
Copy
360
0.55 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 507 ;
Copy
361
0.61 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 507 ORDER BY t0 . number ASC ;
Copy
362
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 508 ;
Copy
363
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 508 ORDER BY t0 . number ASC ;
Copy
364
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 509 ;
Copy
365
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 509 ORDER BY t0 . number ASC ;
Copy
366
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 510 ;
Copy
367
0.62 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 510 ORDER BY t0 . number ASC ;
Copy
368
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 511 ;
Copy
369
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 511 ORDER BY t0 . number ASC ;
Copy
370
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 512 ;
Copy
371
0.63 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 512 ORDER BY t0 . number ASC ;
Copy
372
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 513 ;
Copy
373
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 513 ORDER BY t0 . number ASC ;
Copy
374
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 514 ;
Copy
375
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 514 ORDER BY t0 . number ASC ;
Copy
376
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 515 ;
Copy
377
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 515 ORDER BY t0 . number ASC ;
Copy
378
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 516 ;
Copy
379
0.59 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 516 ORDER BY t0 . number ASC ;
Copy
380
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 517 ;
Copy
381
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 517 ORDER BY t0 . number ASC ;
Copy
382
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 523 ;
Copy
383
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 523 ORDER BY t0 . number ASC ;
Copy
384
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 524 ;
Copy
385
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 524 ORDER BY t0 . number ASC ;
Copy
386
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 525 ;
Copy
387
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 525 ORDER BY t0 . number ASC ;
Copy
388
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 526 ;
Copy
389
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 526 ORDER BY t0 . number ASC ;
Copy
390
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 527 ;
Copy
391
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 527 ORDER BY t0 . number ASC ;
Copy
392
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 568 ORDER BY t0 . number ASC ;
Copy
393
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 569 ;
Copy
394
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 569 ORDER BY t0 . number ASC ;
Copy
395
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 570 ;
Copy
396
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 570 ORDER BY t0 . number ASC ;
Copy
397
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 571 ;
Copy
398
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 571 ORDER BY t0 . number ASC ;
Copy
399
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 572 ;
Copy
400
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 572 ORDER BY t0 . number ASC ;
Copy
401
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 573 ;
Copy
402
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 573 ORDER BY t0 . number ASC ;
Copy
403
0.52 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 574 ;
Copy
404
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 574 ORDER BY t0 . number ASC ;
Copy
405
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 575 ;
Copy
406
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 575 ORDER BY t0 . number ASC ;
Copy
407
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 576 ;
Copy
408
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 576 ORDER BY t0 . number ASC ;
Copy
409
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 577 ;
Copy
410
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 577 ORDER BY t0 . number ASC ;
Copy
411
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 578 ;
Copy
412
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 578 ORDER BY t0 . number ASC ;
Copy
413
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 579 ;
Copy
414
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 579 ORDER BY t0 . number ASC ;
Copy
415
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 580 ;
Copy
416
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 580 ORDER BY t0 . number ASC ;
Copy
417
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 581 ;
Copy
418
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 581 ORDER BY t0 . number ASC ;
Copy
419
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 582 ;
Copy
420
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 582 ORDER BY t0 . number ASC ;
Copy
421
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 583 ;
Copy
422
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 583 ORDER BY t0 . number ASC ;
Copy
423
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 584 ;
Copy
424
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 584 ORDER BY t0 . number ASC ;
Copy
425
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 585 ;
Copy
426
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 585 ORDER BY t0 . number ASC ;
Copy
427
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 586 ;
Copy
428
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 586 ORDER BY t0 . number ASC ;
Copy
429
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 587 ;
Copy
430
0.44 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 587 ORDER BY t0 . number ASC ;
Copy
431
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 588 ;
Copy
432
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 588 ORDER BY t0 . number ASC ;
Copy
433
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 589 ;
Copy
434
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 589 ORDER BY t0 . number ASC ;
Copy
435
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 590 ;
Copy
436
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 590 ORDER BY t0 . number ASC ;
Copy
437
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 591 ;
Copy
438
0.46 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 591 ORDER BY t0 . number ASC ;
Copy
439
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 592 ;
Copy
440
0.65 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 592 ORDER BY t0 . number ASC ;
Copy
441
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 593 ;
Copy
442
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 593 ORDER BY t0 . number ASC ;
Copy
443
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 594 ;
Copy
444
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 594 ORDER BY t0 . number ASC ;
Copy
445
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 595 ;
Copy
446
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 595 ORDER BY t0 . number ASC ;
Copy
447
0.47 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 596 ;
Copy
448
0.50 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 596 ORDER BY t0 . number ASC ;
Copy
449
0.39 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 597 ;
Copy
450
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 597 ORDER BY t0 . number ASC ;
Copy
451
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 598 ;
Copy
452
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 598 ORDER BY t0 . number ASC ;
Copy
453
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 599 ;
Copy
454
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 599 ORDER BY t0 . number ASC ;
Copy
455
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 600 ;
Copy
456
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 600 ORDER BY t0 . number ASC ;
Copy
457
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 601 ;
Copy
458
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 601 ORDER BY t0 . number ASC ;
Copy
459
0.48 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 602 ;
Copy
460
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 602 ORDER BY t0 . number ASC ;
Copy
461
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 603 ;
Copy
462
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 603 ORDER BY t0 . number ASC ;
Copy
463
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 604 ;
Copy
464
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 604 ORDER BY t0 . number ASC ;
Copy
465
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 605 ;
Copy
466
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 605 ORDER BY t0 . number ASC ;
Copy
467
0.51 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 606 ;
Copy
468
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 606 ORDER BY t0 . number ASC ;
Copy
469
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 607 ;
Copy
470
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 607 ORDER BY t0 . number ASC ;
Copy
471
0.46 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 608 ;
Copy
472
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 608 ORDER BY t0 . number ASC ;
Copy
473
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 609 ;
Copy
474
0.48 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 609 ORDER BY t0 . number ASC ;
Copy
475
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 610 ;
Copy
476
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 610 ORDER BY t0 . number ASC ;
Copy
477
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 611 ;
Copy
478
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 611 ORDER BY t0 . number ASC ;
Copy
479
0.40 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 612 ;
Copy
480
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 612 ORDER BY t0 . number ASC ;
Copy
481
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 613 ORDER BY t0 . number ASC ;
Copy
482
0.49 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 614 ;
Copy
483
0.58 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 614 ORDER BY t0 . number ASC ;
Copy
484
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 615 ;
Copy
485
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 615 ORDER BY t0 . number ASC ;
Copy
486
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 616 ;
Copy
487
0.51 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 616 ORDER BY t0 . number ASC ;
Copy
488
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 617 ;
Copy
489
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 617 ORDER BY t0 . number ASC ;
Copy
490
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 618 ;
Copy
491
0.52 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 618 ORDER BY t0 . number ASC ;
Copy
492
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 619 ;
Copy
493
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 619 ORDER BY t0 . number ASC ;
Copy
494
0.54 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 620 ;
Copy
495
0.53 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 620 ORDER BY t0 . number ASC ;
Copy
496
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 621 ;
Copy
497
0.54 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 621 ORDER BY t0 . number ASC ;
Copy
498
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 622 ;
Copy
499
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 622 ORDER BY t0 . number ASC ;
Copy
500
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 623 ;
Copy
501
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 623 ORDER BY t0 . number ASC ;
Copy
502
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 624 ;
Copy
503
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 624 ORDER BY t0 . number ASC ;
Copy
504
0.42 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 625 ;
Copy
505
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 625 ORDER BY t0 . number ASC ;
Copy
506
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 626 ;
Copy
507
0.45 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 626 ORDER BY t0 . number ASC ;
Copy
508
0.41 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 627 ;
Copy
509
0.49 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 627 ORDER BY t0 . number ASC ;
Copy
510
0.43 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 628 ;
Copy
511
0.47 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 628 ORDER BY t0 . number ASC ;
Copy
512
0.45 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 629 ;
Copy
513
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 629 ORDER BY t0 . number ASC ;
Copy
514
0.54 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 630 ;
Copy
515
0.55 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 630 ORDER BY t0 . number ASC ;
Copy
516
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 631 ;
Copy
517
0.59 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 631 ORDER BY t0 . number ASC ;
Copy
518
0.52 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 632 ;
Copy
519
0.59 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 632 ORDER BY t0 . number ASC ;
Copy
520
0.55 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 633 ;
Copy
521
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 633 ORDER BY t0 . number ASC ;
Copy
522
0.58 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 634 ;
Copy
523
0.60 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 634 ORDER BY t0 . number ASC ;
Copy
524
0.44 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 635 ;
Copy
525
0.56 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 635 ORDER BY t0 . number ASC ;
Copy
526
0.50 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . value AS value_3 , t0 . web_group_id AS web_group_id_4 , t0 . language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0 . web_group_id = 636 ;
Copy
527
0.57 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = ? ORDER BY t0 . number ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . level AS level_3 , t0 . number AS number_4 , t0 . name AS name_5 , t0 . description AS description_6 , t0 . display_as_catalogue AS display_as_catalogue_7 , t0 . display_as_list AS display_as_list_8 , t0 . display_as_table AS display_as_table_9 , t0 . article_count AS article_count_10 , t0 . recursive_article_count AS recursive_article_count_11 , t0 . children_have_articles AS children_have_articles_12 , t0 . shopping_cart_popup AS shopping_cart_popup_13 , t0 . message_shopping_cart_popup AS message_shopping_cart_popup_14 , t0 . erp_id AS erp_id_15 , t0 . parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0 . parent_id = 636 ORDER BY t0 . number ASC ;
Copy
528
1.67 ms
SELECT t0 . id AS id_1 , t0 . article_number AS article_number_2 , t0 . matchcode AS matchcode_3 , t0 . name AS name_4 , t0 . type AS type_5 , t0 . manufacturer AS manufacturer_6 , t0 . subtype AS subtype_7 , t0 . description AS description_8 , t0 . weight_by AS weight_by_9 , t0 . material_weight AS material_weight_10 , t0 . round_weight_up AS round_weight_up_11 , t0 . selling_price1 AS selling_price1_12 , t0 . selling_price2 AS selling_price2_13 , t0 . selling_price3 AS selling_price3_14 , t0 . selling_price4 AS selling_price4_15 , t0 . selling_price5 AS selling_price5_16 , t0 . selling_price6 AS selling_price6_17 , t0 . selling_price7 AS selling_price7_18 , t0 . selling_price8 AS selling_price8_19 , t0 . selling_price9 AS selling_price9_20 , t0 . selling_price10 AS selling_price10_21 , t0 . dimension_surcharge AS dimension_surcharge_22 , t0 . default_length1 AS default_length1_23 , t0 . default_length2 AS default_length2_24 , t0 . default_length3 AS default_length3_25 , t0 . default_length4 AS default_length4_26 , t0 . default_length5 AS default_length5_27 , t0 . default_length6 AS default_length6_28 , t0 . default_length7 AS default_length7_29 , t0 . default_length8 AS default_length8_30 , t0 . default_length9 AS default_length9_31 , t0 . default_length10 AS default_length10_32 , t0 . default_width1 AS default_width1_33 , t0 . default_width2 AS default_width2_34 , t0 . default_width3 AS default_width3_35 , t0 . default_width4 AS default_width4_36 , t0 . default_width5 AS default_width5_37 , t0 . default_width6 AS default_width6_38 , t0 . default_width7 AS default_width7_39 , t0 . default_width8 AS default_width8_40 , t0 . default_width9 AS default_width9_41 , t0 . default_width10 AS default_width10_42 , t0 . default_thickness1 AS default_thickness1_43 , t0 . default_thickness2 AS default_thickness2_44 , t0 . default_thickness3 AS default_thickness3_45 , t0 . default_thickness4 AS default_thickness4_46 , t0 . default_thickness5 AS default_thickness5_47 , t0 . default_thickness6 AS default_thickness6_48 , t0 . default_thickness7 AS default_thickness7_49 , t0 . default_thickness8 AS default_thickness8_50 , t0 . default_thickness9 AS default_thickness9_51 , t0 . default_thickness10 AS default_thickness10_52 , t0 . default_dimension1 AS default_dimension1_53 , t0 . default_dimension2 AS default_dimension2_54 , t0 . default_dimension3 AS default_dimension3_55 , t0 . default_dimension4 AS default_dimension4_56 , t0 . default_dimension5 AS default_dimension5_57 , t0 . default_dimension6 AS default_dimension6_58 , t0 . default_dimension7 AS default_dimension7_59 , t0 . default_dimension8 AS default_dimension8_60 , t0 . default_dimension9 AS default_dimension9_61 , t0 . default_dimension10 AS default_dimension10_62 , t0 . standard_outer_diameter AS standard_outer_diameter_63 , t0 . standard_inner_diameter AS standard_inner_diameter_64 , t0 . standard_length AS standard_length_65 , t0 . standard_width AS standard_width_66 , t0 . standard_thickness AS standard_thickness_67 , t0 . in_stock AS in_stock_68 , t0 . is_cuttable AS is_cuttable_69 , t0 . is_brushable AS is_brushable_70 , t0 . is_variant_article AS is_variant_article_71 , t0 . creation_date AS creation_date_72 , t0 . status AS status_73 , t0 . erp_id AS erp_id_74 , t0 . alloy_surcharge AS alloy_surcharge_75 , t0 . scrap_surcharge AS scrap_surcharge_76 , t0 . price_type AS price_type_77 , t0 . special_handling AS special_handling_78 , t0 . close_type AS close_type_79 , t0 . closed AS closed_80 , t0 . production_article AS production_article_81 , t0 . max_stock_shown AS max_stock_shown_82 , t0 . brushing_price AS brushing_price_83 , t0 . brushing_sync AS brushing_sync_84 , t0 . cutting_sync AS cutting_sync_85 , t0 . price_modifier_special AS price_modifier_special_86 , t0 . cut_by_saw AS cut_by_saw_87 , t0 . cut_by_angle AS cut_by_angle_88 , t0 . web_group_id AS web_group_id_89 , t0 . group1_id AS group1_id_90 , t0 . group2_id AS group2_id_91 , t0 . group3_id AS group3_id_92 , t0 . quantity_range_id AS quantity_range_id_93 , t0 . steel_grade_id AS steel_grade_id_94 , t0 . material_type_id AS material_type_id_95 , t0 . shape_id AS shape_id_96 , t0 . surface_id AS surface_id_97 , t0 . main_unit_id AS main_unit_id_98 , t0 . alternate_unit_id AS alternate_unit_id_99 , t0 . stock_unit_id AS stock_unit_id_100 , t0 . selling_unit_id AS selling_unit_id_101 , t0 . tax_rate_id AS tax_rate_id_102 , t0 . brushing_id AS brushing_id_103 , t0 . cutting_id AS cutting_id_104 , t105 . id AS id_106 , t105 . selling_price1 AS selling_price1_107 , t105 . selling_price2 AS selling_price2_108 , t105 . selling_price3 AS selling_price3_109 , t105 . selling_price4 AS selling_price4_110 , t105 . selling_price5 AS selling_price5_111 , t105 . selling_price6 AS selling_price6_112 , t105 . selling_price7 AS selling_price7_113 , t105 . selling_price8 AS selling_price8_114 , t105 . selling_price9 AS selling_price9_115 , t105 . selling_price10 AS selling_price10_116 , t105 . article_id AS article_id_117 , t105 . selling_unit_id AS selling_unit_id_118 FROM oc_articles t0 LEFT JOIN oc_article_base_price t105 ON t105 . article_id = t0 . id WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . article_number AS article_number_2 ,
t0 . matchcode AS matchcode_3 ,
t0 . name AS name_4 ,
t0 . type AS type_5 ,
t0 . manufacturer AS manufacturer_6 ,
t0 . subtype AS subtype_7 ,
t0 . description AS description_8 ,
t0 . weight_by AS weight_by_9 ,
t0 . material_weight AS material_weight_10 ,
t0 . round_weight_up AS round_weight_up_11 ,
t0 . selling_price1 AS selling_price1_12 ,
t0 . selling_price2 AS selling_price2_13 ,
t0 . selling_price3 AS selling_price3_14 ,
t0 . selling_price4 AS selling_price4_15 ,
t0 . selling_price5 AS selling_price5_16 ,
t0 . selling_price6 AS selling_price6_17 ,
t0 . selling_price7 AS selling_price7_18 ,
t0 . selling_price8 AS selling_price8_19 ,
t0 . selling_price9 AS selling_price9_20 ,
t0 . selling_price10 AS selling_price10_21 ,
t0 . dimension_surcharge AS dimension_surcharge_22 ,
t0 . default_length1 AS default_length1_23 ,
t0 . default_length2 AS default_length2_24 ,
t0 . default_length3 AS default_length3_25 ,
t0 . default_length4 AS default_length4_26 ,
t0 . default_length5 AS default_length5_27 ,
t0 . default_length6 AS default_length6_28 ,
t0 . default_length7 AS default_length7_29 ,
t0 . default_length8 AS default_length8_30 ,
t0 . default_length9 AS default_length9_31 ,
t0 . default_length10 AS default_length10_32 ,
t0 . default_width1 AS default_width1_33 ,
t0 . default_width2 AS default_width2_34 ,
t0 . default_width3 AS default_width3_35 ,
t0 . default_width4 AS default_width4_36 ,
t0 . default_width5 AS default_width5_37 ,
t0 . default_width6 AS default_width6_38 ,
t0 . default_width7 AS default_width7_39 ,
t0 . default_width8 AS default_width8_40 ,
t0 . default_width9 AS default_width9_41 ,
t0 . default_width10 AS default_width10_42 ,
t0 . default_thickness1 AS default_thickness1_43 ,
t0 . default_thickness2 AS default_thickness2_44 ,
t0 . default_thickness3 AS default_thickness3_45 ,
t0 . default_thickness4 AS default_thickness4_46 ,
t0 . default_thickness5 AS default_thickness5_47 ,
t0 . default_thickness6 AS default_thickness6_48 ,
t0 . default_thickness7 AS default_thickness7_49 ,
t0 . default_thickness8 AS default_thickness8_50 ,
t0 . default_thickness9 AS default_thickness9_51 ,
t0 . default_thickness10 AS default_thickness10_52 ,
t0 . default_dimension1 AS default_dimension1_53 ,
t0 . default_dimension2 AS default_dimension2_54 ,
t0 . default_dimension3 AS default_dimension3_55 ,
t0 . default_dimension4 AS default_dimension4_56 ,
t0 . default_dimension5 AS default_dimension5_57 ,
t0 . default_dimension6 AS default_dimension6_58 ,
t0 . default_dimension7 AS default_dimension7_59 ,
t0 . default_dimension8 AS default_dimension8_60 ,
t0 . default_dimension9 AS default_dimension9_61 ,
t0 . default_dimension10 AS default_dimension10_62 ,
t0 . standard_outer_diameter AS standard_outer_diameter_63 ,
t0 . standard_inner_diameter AS standard_inner_diameter_64 ,
t0 . standard_length AS standard_length_65 ,
t0 . standard_width AS standard_width_66 ,
t0 . standard_thickness AS standard_thickness_67 ,
t0 . in_stock AS in_stock_68 ,
t0 . is_cuttable AS is_cuttable_69 ,
t0 . is_brushable AS is_brushable_70 ,
t0 . is_variant_article AS is_variant_article_71 ,
t0 . creation_date AS creation_date_72 ,
t0 . status AS status_73 ,
t0 . erp_id AS erp_id_74 ,
t0 . alloy_surcharge AS alloy_surcharge_75 ,
t0 . scrap_surcharge AS scrap_surcharge_76 ,
t0 . price_type AS price_type_77 ,
t0 . special_handling AS special_handling_78 ,
t0 . close_type AS close_type_79 ,
t0 . closed AS closed_80 ,
t0 . production_article AS production_article_81 ,
t0 . max_stock_shown AS max_stock_shown_82 ,
t0 . brushing_price AS brushing_price_83 ,
t0 . brushing_sync AS brushing_sync_84 ,
t0 . cutting_sync AS cutting_sync_85 ,
t0 . price_modifier_special AS price_modifier_special_86 ,
t0 . cut_by_saw AS cut_by_saw_87 ,
t0 . cut_by_angle AS cut_by_angle_88 ,
t0 . web_group_id AS web_group_id_89 ,
t0 . group1_id AS group1_id_90 ,
t0 . group2_id AS group2_id_91 ,
t0 . group3_id AS group3_id_92 ,
t0 . quantity_range_id AS quantity_range_id_93 ,
t0 . steel_grade_id AS steel_grade_id_94 ,
t0 . material_type_id AS material_type_id_95 ,
t0 . shape_id AS shape_id_96 ,
t0 . surface_id AS surface_id_97 ,
t0 . main_unit_id AS main_unit_id_98 ,
t0 . alternate_unit_id AS alternate_unit_id_99 ,
t0 . stock_unit_id AS stock_unit_id_100 ,
t0 . selling_unit_id AS selling_unit_id_101 ,
t0 . tax_rate_id AS tax_rate_id_102 ,
t0 . brushing_id AS brushing_id_103 ,
t0 . cutting_id AS cutting_id_104 ,
t105 . id AS id_106 ,
t105 . selling_price1 AS selling_price1_107 ,
t105 . selling_price2 AS selling_price2_108 ,
t105 . selling_price3 AS selling_price3_109 ,
t105 . selling_price4 AS selling_price4_110 ,
t105 . selling_price5 AS selling_price5_111 ,
t105 . selling_price6 AS selling_price6_112 ,
t105 . selling_price7 AS selling_price7_113 ,
t105 . selling_price8 AS selling_price8_114 ,
t105 . selling_price9 AS selling_price9_115 ,
t105 . selling_price10 AS selling_price10_116 ,
t105 . article_id AS article_id_117 ,
t105 . selling_unit_id AS selling_unit_id_118
FROM
oc_articles t0
LEFT JOIN oc_article_base_price t105 ON t105 . article_id = t0 . id
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . article_number AS article_number_2 , t0 . matchcode AS matchcode_3 , t0 . name AS name_4 , t0 . type AS type_5 , t0 . manufacturer AS manufacturer_6 , t0 . subtype AS subtype_7 , t0 . description AS description_8 , t0 . weight_by AS weight_by_9 , t0 . material_weight AS material_weight_10 , t0 . round_weight_up AS round_weight_up_11 , t0 . selling_price1 AS selling_price1_12 , t0 . selling_price2 AS selling_price2_13 , t0 . selling_price3 AS selling_price3_14 , t0 . selling_price4 AS selling_price4_15 , t0 . selling_price5 AS selling_price5_16 , t0 . selling_price6 AS selling_price6_17 , t0 . selling_price7 AS selling_price7_18 , t0 . selling_price8 AS selling_price8_19 , t0 . selling_price9 AS selling_price9_20 , t0 . selling_price10 AS selling_price10_21 , t0 . dimension_surcharge AS dimension_surcharge_22 , t0 . default_length1 AS default_length1_23 , t0 . default_length2 AS default_length2_24 , t0 . default_length3 AS default_length3_25 , t0 . default_length4 AS default_length4_26 , t0 . default_length5 AS default_length5_27 , t0 . default_length6 AS default_length6_28 , t0 . default_length7 AS default_length7_29 , t0 . default_length8 AS default_length8_30 , t0 . default_length9 AS default_length9_31 , t0 . default_length10 AS default_length10_32 , t0 . default_width1 AS default_width1_33 , t0 . default_width2 AS default_width2_34 , t0 . default_width3 AS default_width3_35 , t0 . default_width4 AS default_width4_36 , t0 . default_width5 AS default_width5_37 , t0 . default_width6 AS default_width6_38 , t0 . default_width7 AS default_width7_39 , t0 . default_width8 AS default_width8_40 , t0 . default_width9 AS default_width9_41 , t0 . default_width10 AS default_width10_42 , t0 . default_thickness1 AS default_thickness1_43 , t0 . default_thickness2 AS default_thickness2_44 , t0 . default_thickness3 AS default_thickness3_45 , t0 . default_thickness4 AS default_thickness4_46 , t0 . default_thickness5 AS default_thickness5_47 , t0 . default_thickness6 AS default_thickness6_48 , t0 . default_thickness7 AS default_thickness7_49 , t0 . default_thickness8 AS default_thickness8_50 , t0 . default_thickness9 AS default_thickness9_51 , t0 . default_thickness10 AS default_thickness10_52 , t0 . default_dimension1 AS default_dimension1_53 , t0 . default_dimension2 AS default_dimension2_54 , t0 . default_dimension3 AS default_dimension3_55 , t0 . default_dimension4 AS default_dimension4_56 , t0 . default_dimension5 AS default_dimension5_57 , t0 . default_dimension6 AS default_dimension6_58 , t0 . default_dimension7 AS default_dimension7_59 , t0 . default_dimension8 AS default_dimension8_60 , t0 . default_dimension9 AS default_dimension9_61 , t0 . default_dimension10 AS default_dimension10_62 , t0 . standard_outer_diameter AS standard_outer_diameter_63 , t0 . standard_inner_diameter AS standard_inner_diameter_64 , t0 . standard_length AS standard_length_65 , t0 . standard_width AS standard_width_66 , t0 . standard_thickness AS standard_thickness_67 , t0 . in_stock AS in_stock_68 , t0 . is_cuttable AS is_cuttable_69 , t0 . is_brushable AS is_brushable_70 , t0 . is_variant_article AS is_variant_article_71 , t0 . creation_date AS creation_date_72 , t0 . status AS status_73 , t0 . erp_id AS erp_id_74 , t0 . alloy_surcharge AS alloy_surcharge_75 , t0 . scrap_surcharge AS scrap_surcharge_76 , t0 . price_type AS price_type_77 , t0 . special_handling AS special_handling_78 , t0 . close_type AS close_type_79 , t0 . closed AS closed_80 , t0 . production_article AS production_article_81 , t0 . max_stock_shown AS max_stock_shown_82 , t0 . brushing_price AS brushing_price_83 , t0 . brushing_sync AS brushing_sync_84 , t0 . cutting_sync AS cutting_sync_85 , t0 . price_modifier_special AS price_modifier_special_86 , t0 . cut_by_saw AS cut_by_saw_87 , t0 . cut_by_angle AS cut_by_angle_88 , t0 . web_group_id AS web_group_id_89 , t0 . group1_id AS group1_id_90 , t0 . group2_id AS group2_id_91 , t0 . group3_id AS group3_id_92 , t0 . quantity_range_id AS quantity_range_id_93 , t0 . steel_grade_id AS steel_grade_id_94 , t0 . material_type_id AS material_type_id_95 , t0 . shape_id AS shape_id_96 , t0 . surface_id AS surface_id_97 , t0 . main_unit_id AS main_unit_id_98 , t0 . alternate_unit_id AS alternate_unit_id_99 , t0 . stock_unit_id AS stock_unit_id_100 , t0 . selling_unit_id AS selling_unit_id_101 , t0 . tax_rate_id AS tax_rate_id_102 , t0 . brushing_id AS brushing_id_103 , t0 . cutting_id AS cutting_id_104 , t105 . id AS id_106 , t105 . selling_price1 AS selling_price1_107 , t105 . selling_price2 AS selling_price2_108 , t105 . selling_price3 AS selling_price3_109 , t105 . selling_price4 AS selling_price4_110 , t105 . selling_price5 AS selling_price5_111 , t105 . selling_price6 AS selling_price6_112 , t105 . selling_price7 AS selling_price7_113 , t105 . selling_price8 AS selling_price8_114 , t105 . selling_price9 AS selling_price9_115 , t105 . selling_price10 AS selling_price10_116 , t105 . article_id AS article_id_117 , t105 . selling_unit_id AS selling_unit_id_118 FROM oc_articles t0 LEFT JOIN oc_article_base_price t105 ON t105 . article_id = t0 . id WHERE t0 . id = '1927' ;
Copy
529
0.58 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . factor AS factor_4 , t0 . decimals AS decimals_5 , t0 . decimal_price AS decimal_price_6 , t0 . symbol AS symbol_7 , t0 . erp_id AS erp_id_8 FROM oc_units t0 WHERE t0 . id IN (? )
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . factor AS factor_4 , t0 . decimals AS decimals_5 , t0 . decimal_price AS decimal_price_6 , t0 . symbol AS symbol_7 , t0 . erp_id AS erp_id_8 FROM oc_units t0 WHERE t0 . id IN (1 );
Copy
530
0.72 ms
SELECT t0 . id AS id_1 , t0 . is_fix_length_only AS is_fix_length_only_2 , t0 . relation_type AS relation_type_3 , t0 . erp_id AS erp_id_4 , t0 . article_id AS article_id_5 , t0 . related_article_id AS related_article_id_6 FROM oc_related_articles t0 WHERE t0 . article_id IN (? )
SELECT t0 . id AS id_1 , t0 . is_fix_length_only AS is_fix_length_only_2 , t0 . relation_type AS relation_type_3 , t0 . erp_id AS erp_id_4 , t0 . article_id AS article_id_5 , t0 . related_article_id AS related_article_id_6 FROM oc_related_articles t0 WHERE t0 . article_id IN (1927 );
Copy
531
0.83 ms
SELECT t0 . id AS id_1 , t0 . `key` AS key_2 , t0 . length AS length_3 , t0 . width AS width_4 , t0 . thickness AS thickness_5 , t0 . outer_diameter AS outer_diameter_6 , t0 . inner_diameter AS inner_diameter_7 , t0 . degree_a AS degree_a_8 , t0 . degree_b AS degree_b_9 , t0 . std_length AS std_length_10 , t0 . std_width AS std_width_11 , t0 . article_id AS article_id_12 FROM oc_article_variants t0 WHERE t0 . article_id IN (? ) ORDER BY t0 . `key` ASC
SELECT t0 . id AS id_1 , t0 . `key` AS key_2 , t0 . length AS length_3 , t0 . width AS width_4 , t0 . thickness AS thickness_5 , t0 . outer_diameter AS outer_diameter_6 , t0 . inner_diameter AS inner_diameter_7 , t0 . degree_a AS degree_a_8 , t0 . degree_b AS degree_b_9 , t0 . std_length AS std_length_10 , t0 . std_width AS std_width_11 , t0 . article_id AS article_id_12 FROM oc_article_variants t0 WHERE t0 . article_id IN (1927 ) ORDER BY t0 . `key` ASC ;
Copy
532
0.70 ms
SELECT t0 . article_id AS article_id_1 , t0 . article_related_id AS article_related_id_2 FROM oc_articles_related t0 WHERE t0 . article_id IN (? )
SELECT t0 . article_id AS article_id_1 , t0 . article_related_id AS article_related_id_2 FROM oc_articles_related t0 WHERE t0 . article_id IN (1927 );
Copy
533
0.72 ms
SELECT t0 . id AS id_1 , t0 . matchcode AS matchcode_2 , t0 . pickup_available AS pickup_available_3 , t0 . days_receive_central AS days_receive_central_4 , t0 . central_stock AS central_stock_5 , t0 . name AS name_6 , t0 . erp_id AS erp_id_7 , t0 . stock_sum_to AS stock_sum_to_8 , t0 . country_id AS country_id_9 FROM oc_branches t0 WHERE t0 . stock_sum_to = ? ORDER BY t0 . central_stock ASC
SELECT t0 . id AS id_1 , t0 . matchcode AS matchcode_2 , t0 . pickup_available AS pickup_available_3 , t0 . days_receive_central AS days_receive_central_4 , t0 . central_stock AS central_stock_5 , t0 . name AS name_6 , t0 . erp_id AS erp_id_7 , t0 . stock_sum_to AS stock_sum_to_8 , t0 . country_id AS country_id_9 FROM oc_branches t0 WHERE t0 . stock_sum_to = 0 ORDER BY t0 . central_stock ASC ;
Copy
534
0.65 ms
SELECT t0 . id AS id_1 , t0 . available_stock_amount AS available_stock_amount_2 , t0 . stock_amount AS stock_amount_3 , t0 . reserved_amount AS reserved_amount_4 , t0 . incoming_amount AS incoming_amount_5 , t0 . erp_id AS erp_id_6 , t0 . article_id AS article_id_7 , t0 . warehouse_id AS warehouse_id_8 FROM oc_stock_informations t0 WHERE t0 . article_id = ?
SELECT t0 . id AS id_1 , t0 . available_stock_amount AS available_stock_amount_2 , t0 . stock_amount AS stock_amount_3 , t0 . reserved_amount AS reserved_amount_4 , t0 . incoming_amount AS incoming_amount_5 , t0 . erp_id AS erp_id_6 , t0 . article_id AS article_id_7 , t0 . warehouse_id AS warehouse_id_8 FROM oc_stock_informations t0 WHERE t0 . article_id = 1927 ;
Copy
535
0.58 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . city AS city_3 , t0 . zip AS zip_4 , t0 . street AS street_5 , t0 . erp_id AS erp_id_6 , t0 . branch_id AS branch_id_7 , t0 . country_id AS country_id_8 FROM oc_warehouses t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . city AS city_3 , t0 . zip AS zip_4 , t0 . street AS street_5 , t0 . erp_id AS erp_id_6 , t0 . branch_id AS branch_id_7 , t0 . country_id AS country_id_8 FROM oc_warehouses t0 WHERE t0 . id = 10 ;
Copy
536
0.61 ms
SELECT t0 . id AS id_1 , t0 . matchcode AS matchcode_2 , t0 . pickup_available AS pickup_available_3 , t0 . days_receive_central AS days_receive_central_4 , t0 . central_stock AS central_stock_5 , t0 . name AS name_6 , t0 . erp_id AS erp_id_7 , t0 . stock_sum_to AS stock_sum_to_8 , t0 . country_id AS country_id_9 FROM oc_branches t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . matchcode AS matchcode_2 , t0 . pickup_available AS pickup_available_3 , t0 . days_receive_central AS days_receive_central_4 , t0 . central_stock AS central_stock_5 , t0 . name AS name_6 , t0 . erp_id AS erp_id_7 , t0 . stock_sum_to AS stock_sum_to_8 , t0 . country_id AS country_id_9 FROM oc_branches t0 WHERE t0 . id = 1 ;
Copy
537
0.52 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . factor AS factor_4 , t0 . decimals AS decimals_5 , t0 . decimal_price AS decimal_price_6 , t0 . symbol AS symbol_7 , t0 . erp_id AS erp_id_8 FROM oc_units t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . factor AS factor_4 , t0 . decimals AS decimals_5 , t0 . decimal_price AS decimal_price_6 , t0 . symbol AS symbol_7 , t0 . erp_id AS erp_id_8 FROM oc_units t0 WHERE t0 . id = 7 ;
Copy