1
0.75 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
Parameters :
[
"blp-dev-debug "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'blp-dev-debug' LIMIT 1 ;
Copy
2
0.65 ms
SELECT t0_ . _r_id AS _r_id_0 , t0_ . _r_code AS _r_code_1 , t0_ . _r_group_code AS _r_group_code_2 , t0_ . _r_group_name AS _r_group_name_3 FROM _role t0_ WHERE t0_ . _r_code IN (? )
SELECT t0_ . _r_id AS _r_id_0 , t0_ . _r_code AS _r_code_1 , t0_ . _r_group_code AS _r_group_code_2 , t0_ . _r_group_name AS _r_group_name_3 FROM _role t0_ WHERE t0_ . _r_code IN ('RGUEST' );
Copy
3
0.56 ms
SELECT t0 . id AS id_1 , t0 . permission AS permission_2 , t0 . creation_date AS creation_date_3 , t0 . modification_date AS modification_date_4 , t0 . orga_id AS orga_id_5 , t0 . role_id AS role_id_6 , t0 . customer_id AS customer_id_7 FROM access_control t0 WHERE t0 . role_id IN (? ) AND t0 . orga_id IN (? ) AND t0 . customer_id IN (? )
Parameters :
[
"71a2ebbc-0968-11e1-9d8e-1c64a3042bca "
"cdec5e4b-3f06-11e4-a6a8-005056ae0004 "
null
]
SELECT t0 . id AS id_1 , t0 . permission AS permission_2 , t0 . creation_date AS creation_date_3 , t0 . modification_date AS modification_date_4 , t0 . orga_id AS orga_id_5 , t0 . role_id AS role_id_6 , t0 . customer_id AS customer_id_7 FROM access_control t0 WHERE t0 . role_id IN ('71a2ebbc-0968-11e1-9d8e-1c64a3042bca' ) AND t0 . orga_id IN ('cdec5e4b-3f06-11e4-a6a8-005056ae0004' ) AND t0 . customer_id IN (NULL );
Copy
4
0.93 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
5
1.88 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . audience AS audience_3 , t0 . permission_set AS permission_set_4 , t0 . participation_state AS participation_state_5 , t0 . closing_phase AS closing_phase_6 , t0 . is_deleted AS is_deleted_7 , t0 . order_in_audience AS order_in_audience_8 , t0 . creation_date AS creation_date_9 , t0 . modification_date AS modification_date_10 , t0 . deleted_date AS deleted_date_11 , t0 . customer_id AS customer_id_12 FROM procedure_phase_definition t0 WHERE t0 . customer_id = ? AND t0 . is_deleted = ? ORDER BY t0 . audience ASC , t0 . order_in_audience ASC
Parameters :
[
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
0
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . audience AS audience_3 , t0 . permission_set AS permission_set_4 , t0 . participation_state AS participation_state_5 , t0 . closing_phase AS closing_phase_6 , t0 . is_deleted AS is_deleted_7 , t0 . order_in_audience AS order_in_audience_8 , t0 . creation_date AS creation_date_9 , t0 . modification_date AS modification_date_10 , t0 . deleted_date AS deleted_date_11 , t0 . customer_id AS customer_id_12 FROM procedure_phase_definition t0 WHERE t0 . customer_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' AND t0 . is_deleted = 0 ORDER BY t0 . audience ASC , t0 . order_in_audience ASC ;
Copy
6
0.81 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
7
1.89 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . audience AS audience_3 , t0 . permission_set AS permission_set_4 , t0 . participation_state AS participation_state_5 , t0 . closing_phase AS closing_phase_6 , t0 . is_deleted AS is_deleted_7 , t0 . order_in_audience AS order_in_audience_8 , t0 . creation_date AS creation_date_9 , t0 . modification_date AS modification_date_10 , t0 . deleted_date AS deleted_date_11 , t0 . customer_id AS customer_id_12 FROM procedure_phase_definition t0 WHERE t0 . customer_id = ? AND t0 . is_deleted = ? ORDER BY t0 . audience ASC , t0 . order_in_audience ASC
Parameters :
[
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
0
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . audience AS audience_3 , t0 . permission_set AS permission_set_4 , t0 . participation_state AS participation_state_5 , t0 . closing_phase AS closing_phase_6 , t0 . is_deleted AS is_deleted_7 , t0 . order_in_audience AS order_in_audience_8 , t0 . creation_date AS creation_date_9 , t0 . modification_date AS modification_date_10 , t0 . deleted_date AS deleted_date_11 , t0 . customer_id AS customer_id_12 FROM procedure_phase_definition t0 WHERE t0 . customer_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' AND t0 . is_deleted = 0 ORDER BY t0 . audience ASC , t0 . order_in_audience ASC ;
Copy
8
0.83 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
9
8.33 ms
SELECT t0_ . _pc_id AS _pc_id_0 , t0_ . _pc_type AS _pc_type_1 , t0_ . _pc_title AS _pc_title_2 , t0_ . _pc_description AS _pc_description_3 , t0_ . _pc_text AS _pc_text_4 , t0_ . _pc_picture AS _pc_picture_5 , t0_ . _pc_picture_title AS _pc_picture_title_6 , t0_ . _pc_pdf AS _pc_pdf_7 , t0_ . _pc_pdf_title AS _pc_pdf_title_8 , t0_ . _pc_enabled AS _pc_enabled_9 , t0_ . _pc_deleted AS _pc_deleted_10 , t0_ . _pc_create_date AS _pc_create_date_11 , t0_ . _pc_modify_date AS _pc_modify_date_12 , t0_ . _pc_delete_date AS _pc_delete_date_13 , t0_ . customer_id AS customer_id_14 FROM _platform_content t0_ INNER JOIN _platform_content_roles t2_ ON t0_ . _pc_id = t2_ . _pc_id INNER JOIN _role t1_ ON t1_ . _r_id = t2_ . _r_id WHERE t1_ . _r_code IN (? ) AND t0_ . _pc_deleted = ? AND t0_ . _pc_enabled = ? AND t0_ . _pc_type = ? AND t0_ . customer_id = ? ORDER BY t0_ . _pc_create_date DESC
Parameters :
[
"RGUEST "
0
1
"news "
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
]
SELECT t0_ . _pc_id AS _pc_id_0 , t0_ . _pc_type AS _pc_type_1 , t0_ . _pc_title AS _pc_title_2 , t0_ . _pc_description AS _pc_description_3 , t0_ . _pc_text AS _pc_text_4 , t0_ . _pc_picture AS _pc_picture_5 , t0_ . _pc_picture_title AS _pc_picture_title_6 , t0_ . _pc_pdf AS _pc_pdf_7 , t0_ . _pc_pdf_title AS _pc_pdf_title_8 , t0_ . _pc_enabled AS _pc_enabled_9 , t0_ . _pc_deleted AS _pc_deleted_10 , t0_ . _pc_create_date AS _pc_create_date_11 , t0_ . _pc_modify_date AS _pc_modify_date_12 , t0_ . _pc_delete_date AS _pc_delete_date_13 , t0_ . customer_id AS customer_id_14 FROM _platform_content t0_ INNER JOIN _platform_content_roles t2_ ON t0_ . _pc_id = t2_ . _pc_id INNER JOIN _role t1_ ON t1_ . _r_id = t2_ . _r_id WHERE t1_ . _r_code IN ('RGUEST' ) AND t0_ . _pc_deleted = 0 AND t0_ . _pc_enabled = 1 AND t0_ . _pc_type = 'news' AND t0_ . customer_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' ORDER BY t0_ . _pc_create_date DESC ;
Copy
10
1.00 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b9f78a0-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b9f78a0-7689-11ef-9b51-b026282c0641' ;
Copy
11
1.16 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b9f78a0-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b9f78a0-7689-11ef-9b51-b026282c0641' ;
Copy
12
1.01 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ba31042-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ba31042-7689-11ef-9b51-b026282c0641' ;
Copy
13
1.15 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ba31042-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ba31042-7689-11ef-9b51-b026282c0641' ;
Copy
14
0.86 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ba6e706-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ba6e706-7689-11ef-9b51-b026282c0641' ;
Copy
15
1.10 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ba6e706-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ba6e706-7689-11ef-9b51-b026282c0641' ;
Copy
16
0.85 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4bae019a-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4bae019a-7689-11ef-9b51-b026282c0641' ;
Copy
17
1.13 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4bae019a-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4bae019a-7689-11ef-9b51-b026282c0641' ;
Copy
18
0.90 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b487d4b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b487d4b-7689-11ef-9b51-b026282c0641' ;
Copy
19
1.13 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b487d4b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b487d4b-7689-11ef-9b51-b026282c0641' ;
Copy
20
0.87 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b4c2017-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b4c2017-7689-11ef-9b51-b026282c0641' ;
Copy
21
1.17 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b4c2017-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b4c2017-7689-11ef-9b51-b026282c0641' ;
Copy
22
0.85 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b4fc78b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b4fc78b-7689-11ef-9b51-b026282c0641' ;
Copy
23
1.15 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b4fc78b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b4fc78b-7689-11ef-9b51-b026282c0641' ;
Copy
24
0.90 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b532040-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b532040-7689-11ef-9b51-b026282c0641' ;
Copy
25
1.19 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b532040-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b532040-7689-11ef-9b51-b026282c0641' ;
Copy
26
0.86 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b569e22-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b569e22-7689-11ef-9b51-b026282c0641' ;
Copy
27
1.19 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b569e22-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b569e22-7689-11ef-9b51-b026282c0641' ;
Copy
28
0.92 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b5a1fbb-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b5a1fbb-7689-11ef-9b51-b026282c0641' ;
Copy
29
1.14 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b5a1fbb-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b5a1fbb-7689-11ef-9b51-b026282c0641' ;
Copy
30
0.87 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b5d8f45-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b5d8f45-7689-11ef-9b51-b026282c0641' ;
Copy
31
1.15 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b5d8f45-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b5d8f45-7689-11ef-9b51-b026282c0641' ;
Copy
32
0.84 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b615fe6-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b615fe6-7689-11ef-9b51-b026282c0641' ;
Copy
33
1.12 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b615fe6-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b615fe6-7689-11ef-9b51-b026282c0641' ;
Copy
34
0.83 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b64f0c7-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b64f0c7-7689-11ef-9b51-b026282c0641' ;
Copy
35
1.12 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b64f0c7-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b64f0c7-7689-11ef-9b51-b026282c0641' ;
Copy
36
0.85 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b684e07-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b684e07-7689-11ef-9b51-b026282c0641' ;
Copy
37
1.07 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b684e07-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b684e07-7689-11ef-9b51-b026282c0641' ;
Copy
38
0.88 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b6bd1e0-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b6bd1e0-7689-11ef-9b51-b026282c0641' ;
Copy
39
1.17 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b6bd1e0-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b6bd1e0-7689-11ef-9b51-b026282c0641' ;
Copy
40
0.86 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b6f3a58-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b6f3a58-7689-11ef-9b51-b026282c0641' ;
Copy
41
1.16 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b6f3a58-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b6f3a58-7689-11ef-9b51-b026282c0641' ;
Copy
42
0.88 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b7454e5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b7454e5-7689-11ef-9b51-b026282c0641' ;
Copy
43
1.11 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b7454e5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b7454e5-7689-11ef-9b51-b026282c0641' ;
Copy
44
0.83 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b77da7b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b77da7b-7689-11ef-9b51-b026282c0641' ;
Copy
45
1.11 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b77da7b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b77da7b-7689-11ef-9b51-b026282c0641' ;
Copy
46
0.85 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b7b4a68-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b7b4a68-7689-11ef-9b51-b026282c0641' ;
Copy
47
1.13 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b7b4a68-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b7b4a68-7689-11ef-9b51-b026282c0641' ;
Copy
48
0.83 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b7ec243-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b7ec243-7689-11ef-9b51-b026282c0641' ;
Copy
49
1.12 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b7ec243-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b7ec243-7689-11ef-9b51-b026282c0641' ;
Copy
50
0.92 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b823cc7-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b823cc7-7689-11ef-9b51-b026282c0641' ;
Copy
51
1.11 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b823cc7-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b823cc7-7689-11ef-9b51-b026282c0641' ;
Copy
52
0.90 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b85c74e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b85c74e-7689-11ef-9b51-b026282c0641' ;
Copy
53
1.12 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b85c74e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b85c74e-7689-11ef-9b51-b026282c0641' ;
Copy
54
0.99 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b8d8fe3-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b8d8fe3-7689-11ef-9b51-b026282c0641' ;
Copy
55
1.06 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b8d8fe3-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b8d8fe3-7689-11ef-9b51-b026282c0641' ;
Copy
56
0.85 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b911383-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b911383-7689-11ef-9b51-b026282c0641' ;
Copy
57
1.20 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b911383-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b911383-7689-11ef-9b51-b026282c0641' ;
Copy
58
0.82 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b94f2aa-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b94f2aa-7689-11ef-9b51-b026282c0641' ;
Copy
59
1.16 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b94f2aa-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b94f2aa-7689-11ef-9b51-b026282c0641' ;
Copy
60
0.84 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b985c12-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b985c12-7689-11ef-9b51-b026282c0641' ;
Copy
61
1.23 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b985c12-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b985c12-7689-11ef-9b51-b026282c0641' ;
Copy
62
0.83 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4af0e7e1-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4af0e7e1-7689-11ef-9b51-b026282c0641' ;
Copy
63
1.06 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4af0e7e1-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4af0e7e1-7689-11ef-9b51-b026282c0641' ;
Copy
64
0.97 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4af4ce93-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4af4ce93-7689-11ef-9b51-b026282c0641' ;
Copy
65
1.06 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4af4ce93-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4af4ce93-7689-11ef-9b51-b026282c0641' ;
Copy
66
0.79 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4af86182-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4af86182-7689-11ef-9b51-b026282c0641' ;
Copy
67
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4af86182-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4af86182-7689-11ef-9b51-b026282c0641' ;
Copy
68
0.84 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4afc583f-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4afc583f-7689-11ef-9b51-b026282c0641' ;
Copy
69
1.04 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4afc583f-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4afc583f-7689-11ef-9b51-b026282c0641' ;
Copy
70
0.74 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4affecf5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4affecf5-7689-11ef-9b51-b026282c0641' ;
Copy
71
1.02 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4affecf5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4affecf5-7689-11ef-9b51-b026282c0641' ;
Copy
72
0.79 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b045887-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b045887-7689-11ef-9b51-b026282c0641' ;
Copy
73
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b045887-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b045887-7689-11ef-9b51-b026282c0641' ;
Copy
74
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b07f540-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b07f540-7689-11ef-9b51-b026282c0641' ;
Copy
75
1.04 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b07f540-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b07f540-7689-11ef-9b51-b026282c0641' ;
Copy
76
0.92 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b0bda8f-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b0bda8f-7689-11ef-9b51-b026282c0641' ;
Copy
77
1.11 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b0bda8f-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b0bda8f-7689-11ef-9b51-b026282c0641' ;
Copy
78
0.82 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b0f6069-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b0f6069-7689-11ef-9b51-b026282c0641' ;
Copy
79
1.04 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b0f6069-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b0f6069-7689-11ef-9b51-b026282c0641' ;
Copy
80
0.80 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b12cee6-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b12cee6-7689-11ef-9b51-b026282c0641' ;
Copy
81
1.04 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b12cee6-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b12cee6-7689-11ef-9b51-b026282c0641' ;
Copy
82
0.81 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b167dd3-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b167dd3-7689-11ef-9b51-b026282c0641' ;
Copy
83
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b167dd3-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b167dd3-7689-11ef-9b51-b026282c0641' ;
Copy
84
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b1d71ce-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b1d71ce-7689-11ef-9b51-b026282c0641' ;
Copy
85
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b1d71ce-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b1d71ce-7689-11ef-9b51-b026282c0641' ;
Copy
86
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b2178b5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b2178b5-7689-11ef-9b51-b026282c0641' ;
Copy
87
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b2178b5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b2178b5-7689-11ef-9b51-b026282c0641' ;
Copy
88
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b24e55e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b24e55e-7689-11ef-9b51-b026282c0641' ;
Copy
89
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b24e55e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b24e55e-7689-11ef-9b51-b026282c0641' ;
Copy
90
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b28691e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b28691e-7689-11ef-9b51-b026282c0641' ;
Copy
91
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b28691e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b28691e-7689-11ef-9b51-b026282c0641' ;
Copy
92
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b336381-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b336381-7689-11ef-9b51-b026282c0641' ;
Copy
93
1.02 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b336381-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b336381-7689-11ef-9b51-b026282c0641' ;
Copy
94
0.77 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b36ce81-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b36ce81-7689-11ef-9b51-b026282c0641' ;
Copy
95
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b36ce81-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b36ce81-7689-11ef-9b51-b026282c0641' ;
Copy
96
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b3a669e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b3a669e-7689-11ef-9b51-b026282c0641' ;
Copy
97
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b3a669e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b3a669e-7689-11ef-9b51-b026282c0641' ;
Copy
98
0.79 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b3dd915-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b3dd915-7689-11ef-9b51-b026282c0641' ;
Copy
99
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b3dd915-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b3dd915-7689-11ef-9b51-b026282c0641' ;
Copy
100
0.91 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4b44bed1-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4b44bed1-7689-11ef-9b51-b026282c0641' ;
Copy
101
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4b44bed1-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4b44bed1-7689-11ef-9b51-b026282c0641' ;
Copy
102
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4abd437d-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4abd437d-7689-11ef-9b51-b026282c0641' ;
Copy
103
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4abd437d-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4abd437d-7689-11ef-9b51-b026282c0641' ;
Copy
104
0.77 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ac16e80-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ac16e80-7689-11ef-9b51-b026282c0641' ;
Copy
105
1.02 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ac16e80-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ac16e80-7689-11ef-9b51-b026282c0641' ;
Copy
106
0.77 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ac53f59-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ac53f59-7689-11ef-9b51-b026282c0641' ;
Copy
107
1.01 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ac53f59-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ac53f59-7689-11ef-9b51-b026282c0641' ;
Copy
108
0.77 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4acca2fb-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4acca2fb-7689-11ef-9b51-b026282c0641' ;
Copy
109
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4acca2fb-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4acca2fb-7689-11ef-9b51-b026282c0641' ;
Copy
110
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ad01180-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ad01180-7689-11ef-9b51-b026282c0641' ;
Copy
111
1.02 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ad01180-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ad01180-7689-11ef-9b51-b026282c0641' ;
Copy
112
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ad3b15f-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ad3b15f-7689-11ef-9b51-b026282c0641' ;
Copy
113
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ad3b15f-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ad3b15f-7689-11ef-9b51-b026282c0641' ;
Copy
114
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ad74bff-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ad74bff-7689-11ef-9b51-b026282c0641' ;
Copy
115
1.02 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ad74bff-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ad74bff-7689-11ef-9b51-b026282c0641' ;
Copy
116
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4adae3a5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4adae3a5-7689-11ef-9b51-b026282c0641' ;
Copy
117
1.02 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4adae3a5-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4adae3a5-7689-11ef-9b51-b026282c0641' ;
Copy
118
0.90 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ae26d7e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ae26d7e-7689-11ef-9b51-b026282c0641' ;
Copy
119
1.04 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ae26d7e-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ae26d7e-7689-11ef-9b51-b026282c0641' ;
Copy
120
0.78 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ae5ffb8-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ae5ffb8-7689-11ef-9b51-b026282c0641' ;
Copy
121
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ae5ffb8-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ae5ffb8-7689-11ef-9b51-b026282c0641' ;
Copy
122
0.77 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4ae9ad93-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4ae9ad93-7689-11ef-9b51-b026282c0641' ;
Copy
123
1.02 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4ae9ad93-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4ae9ad93-7689-11ef-9b51-b026282c0641' ;
Copy
124
0.77 ms
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = ?
Parameters :
[
"4aed412b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _r_id AS _r_id_1 , t0 . _r_code AS _r_code_2 , t0 . _r_group_code AS _r_group_code_3 , t0 . _r_group_name AS _r_group_name_4 FROM _role t0 INNER JOIN _platform_content_roles ON t0 . _r_id = _platform_content_roles . _r_id WHERE _platform_content_roles . _pc_id = '4aed412b-7689-11ef-9b51-b026282c0641' ;
Copy
125
1.03 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = ?
Parameters :
[
"4aed412b-7689-11ef-9b51-b026282c0641 "
]
SELECT t0 . _c_id AS _c_id_1 , t0 . _c_name AS _c_name_2 , t0 . _c_title AS _c_title_3 , t0 . _c_description AS _c_description_4 , t0 . _c_picture AS _c_picture_5 , t0 . _c_picture_title AS _c_picture_title_6 , t0 . _c_enabled AS _c_enabled_7 , t0 . _c_deleted AS _c_deleted_8 , t0 . _c_create_date AS _c_create_date_9 , t0 . _c_modify_date AS _c_modify_date_10 , t0 . _c_delete_date AS _c_delete_date_11 , t0 . custom AS custom_12 FROM _category t0 INNER JOIN _platform_content_categories ON t0 . _c_id = _platform_content_categories . _c_id WHERE _platform_content_categories . _pc_id = '4aed412b-7689-11ef-9b51-b026282c0641' ;
Copy
126
0.79 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
127
0.78 ms
SELECT t0 . _mls_id AS _mls_id_1 , t0 . _p_id AS _p_id_2 , t0 . _mls_context AS _mls_context_3 , t0 . _mls_namespace AS _mls_namespace_4 , t0 . _mls_idents AS _mls_idents_5 , t0 . customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0 . _mls_context = ? AND t0 . _p_id = ? AND t0 . _mls_namespace = ? AND t0 . customer_id = ? LIMIT 1
Parameters :
[
"global:news "
"global "
"content:news "
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
]
SELECT t0 . _mls_id AS _mls_id_1 , t0 . _p_id AS _p_id_2 , t0 . _mls_context AS _mls_context_3 , t0 . _mls_namespace AS _mls_namespace_4 , t0 . _mls_idents AS _mls_idents_5 , t0 . customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0 . _mls_context = 'global:news' AND t0 . _p_id = 'global' AND t0 . _mls_namespace = 'content:news' AND t0 . customer_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' LIMIT 1 ;
Copy
128
0.97 ms
SELECT t0 . _s_id AS _s_id_1 , t0 . _s_orga_id AS _s_orga_id_2 , t0 . _s_key AS _s_key_3 , t0 . _s_content AS _s_content_4 , t0 . _s_create_date AS _s_create_date_5 , t0 . _s_modified_date AS _s_modified_date_6 , t0 . _s_procedure_id AS _s_procedure_id_7 , t0 . _s_user_id AS _s_user_id_8 , t0 . _s_orga_id AS _s_orga_id_9 FROM _settings t0 WHERE t0 . _s_key = ? AND t0 . _s_user_id = ?
Parameters :
[
"markedParticipated "
"73830656-3e48-11e4-a6a8-005056ae0004 "
]
SELECT t0 . _s_id AS _s_id_1 , t0 . _s_orga_id AS _s_orga_id_2 , t0 . _s_key AS _s_key_3 , t0 . _s_content AS _s_content_4 , t0 . _s_create_date AS _s_create_date_5 , t0 . _s_modified_date AS _s_modified_date_6 , t0 . _s_procedure_id AS _s_procedure_id_7 , t0 . _s_user_id AS _s_user_id_8 , t0 . _s_orga_id AS _s_orga_id_9 FROM _settings t0 WHERE t0 . _s_key = 'markedParticipated' AND t0 . _s_user_id = '73830656-3e48-11e4-a6a8-005056ae0004' ;
Copy
129
0.83 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
130
0.82 ms
SELECT c0_ . _c_id AS _c_id_0 , c0_ . imprint AS imprint_1 , c0_ . data_protection AS data_protection_2 , c0_ . terms_of_use AS terms_of_use_3 , c0_ . xplanning AS xplanning_4 , c0_ . map_attribution AS map_attribution_5 , c0_ . base_layer_url AS base_layer_url_6 , c0_ . base_layer_layers AS base_layer_layers_7 , c0_ . accessibility_explanation AS accessibility_explanation_8 , c0_ . sign_language_overview_description AS sign_language_overview_description_9 , c0_ . simple_language_overview_description AS simple_language_overview_description_10 , c0_ . _c_name AS _c_name_11 , c0_ . _c_subdomain AS _c_subdomain_12 , c0_ . _procedure AS _procedure_13 , c0_ . branding_id AS branding_id_14 FROM customer c0_ WHERE c0_ . _c_id = ? LIMIT 1
Parameters :
[
"fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c "
]
SELECT c0_ . _c_id AS _c_id_0 , c0_ . imprint AS imprint_1 , c0_ . data_protection AS data_protection_2 , c0_ . terms_of_use AS terms_of_use_3 , c0_ . xplanning AS xplanning_4 , c0_ . map_attribution AS map_attribution_5 , c0_ . base_layer_url AS base_layer_url_6 , c0_ . base_layer_layers AS base_layer_layers_7 , c0_ . accessibility_explanation AS accessibility_explanation_8 , c0_ . sign_language_overview_description AS sign_language_overview_description_9 , c0_ . simple_language_overview_description AS simple_language_overview_description_10 , c0_ . _c_name AS _c_name_11 , c0_ . _c_subdomain AS _c_subdomain_12 , c0_ . _procedure AS _procedure_13 , c0_ . branding_id AS branding_id_14 FROM customer c0_ WHERE c0_ . _c_id = 'fe47e7f0-4cde-345d-b358-0d9d9b5cfc4c' LIMIT 1 ;
Copy
131
0.78 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
132
0.79 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
133
0.77 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
134
0.77 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
135
0.78 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
136
0.75 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
137
0.79 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
138
0.42 ms
SELECT t0 . id AS id_1 , t0 . cssvars AS cssvars_2 , t0 . logo AS logo_3 FROM branding t0 WHERE t0 . id = ?
Parameters :
[
"e9af459e-7486-11ec-92ee-b026282c0641 "
]
SELECT t0 . id AS id_1 , t0 . cssvars AS cssvars_2 , t0 . logo AS logo_3 FROM branding t0 WHERE t0 . id = 'e9af459e-7486-11ec-92ee-b026282c0641' ;
Copy
139
0.81 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy
140
0.77 ms
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = ? LIMIT 1
SELECT t0 . _c_id AS _c_id_1 , t0 . imprint AS imprint_2 , t0 . data_protection AS data_protection_3 , t0 . terms_of_use AS terms_of_use_4 , t0 . xplanning AS xplanning_5 , t0 . map_attribution AS map_attribution_6 , t0 . base_layer_url AS base_layer_url_7 , t0 . base_layer_layers AS base_layer_layers_8 , t0 . accessibility_explanation AS accessibility_explanation_9 , t0 . sign_language_overview_description AS sign_language_overview_description_10 , t0 . simple_language_overview_description AS simple_language_overview_description_11 , t0 . _c_name AS _c_name_12 , t0 . _c_subdomain AS _c_subdomain_13 , t0 . _procedure AS _procedure_14 , t0 . branding_id AS branding_id_15 FROM customer t0 WHERE t0 . _c_subdomain = 'mv' LIMIT 1 ;
Copy