6.75 ms (27.03%)
5
SELECT t0 . name AS name_1 , t0 . tax_code AS tax_code_2 , t0 . fiscal_code AS fiscal_code_3 , t0 . pec_address AS pec_address_4 , t0 . email_address AS email_address_5 , t0 . telephone AS telephone_6 , t0 . telephone_mobile AS telephone_mobile_7 , t0 . operating AS operating_8 , t0 . status AS status_9 , t0 . id AS id_10 , t0 . active AS active_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . deleted_at AS deleted_at_14 , t0 . legal_form_id AS legal_form_id_15 , t0 . institution_size_id AS institution_size_id_16 , t0 . ateco_code_version_id AS ateco_code_version_id_17 , t0 . legal_owner_id AS legal_owner_id_18 FROM institutions t0 WHERE t0 . legal_owner_id = ?
SELECT t0 . name AS name_1 , t0 . tax_code AS tax_code_2 , t0 . fiscal_code AS fiscal_code_3 , t0 . pec_address AS pec_address_4 , t0 . email_address AS email_address_5 , t0 . telephone AS telephone_6 , t0 . telephone_mobile AS telephone_mobile_7 , t0 . operating AS operating_8 , t0 . status AS status_9 , t0 . id AS id_10 , t0 . active AS active_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . deleted_at AS deleted_at_14 , t0 . legal_form_id AS legal_form_id_15 , t0 . institution_size_id AS institution_size_id_16 , t0 . ateco_code_version_id AS ateco_code_version_id_17 , t0 . legal_owner_id AS legal_owner_id_18 FROM institutions t0 WHERE t0 . legal_owner_id = 1 ;
Copy
2.10 ms (8.42%)
1
SELECT count (DISTINCT v0_ . id ) AS sclr_0 FROM variation_request v0_ INNER JOIN institutions i1_ ON v0_ . institution_id = i1_ . id WHERE i1_ . legal_owner_id = ? AND i1_ . operating = ?
SELECT count (DISTINCT v0_ . id ) AS sclr_0 FROM variation_request v0_ INNER JOIN institutions i1_ ON v0_ . institution_id = i1_ . id WHERE i1_ . legal_owner_id = 1 AND i1_ . operating = 1 ;
Copy
2.01 ms (8.03%)
1
SELECT COUNT (m0_ . id ) AS sclr_0 FROM maintenance_request m0_ WHERE m0_ . institution_id = ? AND m0_ . status NOT IN (? , ? , ? )
Parameters :
[
2
"DETERMINA_COMPLETATA "
"DEFINITIVELY_REJECTED "
"DEFINITIVELY_APPROVED "
]
SELECT COUNT (m0_ . id ) AS sclr_0 FROM maintenance_request m0_ WHERE m0_ . institution_id = 2 AND m0_ . status NOT IN ('DETERMINA_COMPLETATA' , 'DEFINITIVELY_REJECTED' , 'DEFINITIVELY_APPROVED' );
Copy
1.84 ms (7.38%)
1
SELECT t0 . identifier AS identifier_1 , t0 . provider AS provider_2 , t0 . username AS username_3 , t0 . email AS email_4 , t0 . pec AS pec_5 , t0 . cellular AS cellular_6 , t0 . fiscal_code AS fiscal_code_7 , t0 . password AS password_8 , t0 . last_access AS last_access_9 , t0 . is_user_suspended AS is_user_suspended_10 , t0 . id AS id_11 , t0 . active AS active_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . deleted_at AS deleted_at_15 , t0 . person_id AS person_id_16 , t0 . last_operating_institution_id AS last_operating_institution_id_17 FROM user t0 WHERE t0 . id = ?
SELECT t0 . identifier AS identifier_1 , t0 . provider AS provider_2 , t0 . username AS username_3 , t0 . email AS email_4 , t0 . pec AS pec_5 , t0 . cellular AS cellular_6 , t0 . fiscal_code AS fiscal_code_7 , t0 . password AS password_8 , t0 . last_access AS last_access_9 , t0 . is_user_suspended AS is_user_suspended_10 , t0 . id AS id_11 , t0 . active AS active_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . deleted_at AS deleted_at_15 , t0 . person_id AS person_id_16 , t0 . last_operating_institution_id AS last_operating_institution_id_17 FROM user t0 WHERE t0 . id = 15 ;
Copy
1.69 ms (6.76%)
1
SELECT t0 . status AS status_1 , t0 . request_type AS request_type_2 , t0 . code AS code_3 , t0 . accreditation_type AS accreditation_type_4 , t0 . score AS score_5 , t0 . send_at AS send_at_6 , t0 . determina_completed_at AS determina_completed_at_7 , t0 . accreditation_end_date AS accreditation_end_date_8 , t0 . renewal_notification_level AS renewal_notification_level_9 , t0 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_10 , t0 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_11 , t0 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_12 , t0 . assignment_notification2_days_sent AS assignment_notification2_days_sent_13 , t0 . assignment_notification25_days_sent AS assignment_notification25_days_sent_14 , t0 . id AS id_15 , t0 . active AS active_16 , t0 . created_at AS created_at_17 , t0 . updated_at AS updated_at_18 , t0 . deleted_at AS deleted_at_19 , t20 . id AS id_21 , t20 . active AS active_22 , t20 . created_at AS created_at_23 , t20 . updated_at AS updated_at_24 , t20 . deleted_at AS deleted_at_25 , t20 . accreditation_application_id AS accreditation_application_id_26 , t20 . tipology_id AS tipology_id_27 , t0 . institution_id AS institution_id_28 , t0 . legal_owner_id AS legal_owner_id_29 , t0 . institution_typology_id AS institution_typology_id_30 , t0 . parent_application_id AS parent_application_id_31 FROM accreditation_application t0 LEFT JOIN institutions_accreditation_tipologies t20 ON t20 . accreditation_application_id = t0 . id WHERE t0 . institution_id IN (? )
SELECT t0 . status AS status_1 , t0 . request_type AS request_type_2 , t0 . code AS code_3 , t0 . accreditation_type AS accreditation_type_4 , t0 . score AS score_5 , t0 . send_at AS send_at_6 , t0 . determina_completed_at AS determina_completed_at_7 , t0 . accreditation_end_date AS accreditation_end_date_8 , t0 . renewal_notification_level AS renewal_notification_level_9 , t0 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_10 , t0 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_11 , t0 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_12 , t0 . assignment_notification2_days_sent AS assignment_notification2_days_sent_13 , t0 . assignment_notification25_days_sent AS assignment_notification25_days_sent_14 , t0 . id AS id_15 , t0 . active AS active_16 , t0 . created_at AS created_at_17 , t0 . updated_at AS updated_at_18 , t0 . deleted_at AS deleted_at_19 , t20 . id AS id_21 , t20 . active AS active_22 , t20 . created_at AS created_at_23 , t20 . updated_at AS updated_at_24 , t20 . deleted_at AS deleted_at_25 , t20 . accreditation_application_id AS accreditation_application_id_26 , t20 . tipology_id AS tipology_id_27 , t0 . institution_id AS institution_id_28 , t0 . legal_owner_id AS legal_owner_id_29 , t0 . institution_typology_id AS institution_typology_id_30 , t0 . parent_application_id AS parent_application_id_31 FROM accreditation_application t0 LEFT JOIN institutions_accreditation_tipologies t20 ON t20 . accreditation_application_id = t0 . id WHERE t0 . institution_id IN (2 );
Copy
1.68 ms (6.73%)
1
SELECT t0 . context AS context_1 , t0 . id AS id_2 , t0 . active AS active_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . deleted_at AS deleted_at_6 , t0 . institution_type_id AS institution_type_id_7 , t0 . institution_id AS institution_id_8 , t9 . status AS status_10 , t9 . request_type AS request_type_11 , t9 . code AS code_12 , t9 . accreditation_type AS accreditation_type_13 , t9 . score AS score_14 , t9 . send_at AS send_at_15 , t9 . determina_completed_at AS determina_completed_at_16 , t9 . accreditation_end_date AS accreditation_end_date_17 , t9 . renewal_notification_level AS renewal_notification_level_18 , t9 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_19 , t9 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_20 , t9 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_21 , t9 . assignment_notification2_days_sent AS assignment_notification2_days_sent_22 , t9 . assignment_notification25_days_sent AS assignment_notification25_days_sent_23 , t9 . id AS id_24 , t9 . active AS active_25 , t9 . created_at AS created_at_26 , t9 . updated_at AS updated_at_27 , t9 . deleted_at AS deleted_at_28 , t9 . institution_id AS institution_id_29 , t9 . legal_owner_id AS legal_owner_id_30 , t9 . institution_typology_id AS institution_typology_id_31 , t9 . parent_application_id AS parent_application_id_32 FROM institutions_accreditation_type t0 LEFT JOIN accreditation_application t9 ON t9 . institution_typology_id = t0 . id WHERE t0 . institution_id IN (? )
SELECT t0 . context AS context_1 , t0 . id AS id_2 , t0 . active AS active_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . deleted_at AS deleted_at_6 , t0 . institution_type_id AS institution_type_id_7 , t0 . institution_id AS institution_id_8 , t9 . status AS status_10 , t9 . request_type AS request_type_11 , t9 . code AS code_12 , t9 . accreditation_type AS accreditation_type_13 , t9 . score AS score_14 , t9 . send_at AS send_at_15 , t9 . determina_completed_at AS determina_completed_at_16 , t9 . accreditation_end_date AS accreditation_end_date_17 , t9 . renewal_notification_level AS renewal_notification_level_18 , t9 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_19 , t9 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_20 , t9 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_21 , t9 . assignment_notification2_days_sent AS assignment_notification2_days_sent_22 , t9 . assignment_notification25_days_sent AS assignment_notification25_days_sent_23 , t9 . id AS id_24 , t9 . active AS active_25 , t9 . created_at AS created_at_26 , t9 . updated_at AS updated_at_27 , t9 . deleted_at AS deleted_at_28 , t9 . institution_id AS institution_id_29 , t9 . legal_owner_id AS legal_owner_id_30 , t9 . institution_typology_id AS institution_typology_id_31 , t9 . parent_application_id AS parent_application_id_32 FROM institutions_accreditation_type t0 LEFT JOIN accreditation_application t9 ON t9 . institution_typology_id = t0 . id WHERE t0 . institution_id IN (2 );
Copy
1.66 ms (6.64%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . surname AS surname_3 , t0 . fiscal_code AS fiscal_code_4 , t0 . birth_date AS birth_date_5 , t0 . gender AS gender_6 , t0 . residence_address AS residence_address_7 , t0 . residence_address_number AS residence_address_number_8 , t0 . residence_address_zip AS residence_address_zip_9 , t0 . foreign_city AS foreign_city_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . deleted_at AS deleted_at_13 , t14 . identifier AS identifier_15 , t14 . provider AS provider_16 , t14 . username AS username_17 , t14 . email AS email_18 , t14 . pec AS pec_19 , t14 . cellular AS cellular_20 , t14 . fiscal_code AS fiscal_code_21 , t14 . password AS password_22 , t14 . last_access AS last_access_23 , t14 . is_user_suspended AS is_user_suspended_24 , t14 . id AS id_25 , t14 . active AS active_26 , t14 . created_at AS created_at_27 , t14 . updated_at AS updated_at_28 , t14 . deleted_at AS deleted_at_29 , t14 . person_id AS person_id_30 , t14 . last_operating_institution_id AS last_operating_institution_id_31 , t0 . birth_nation_id AS birth_nation_id_32 , t0 . birth_city_id AS birth_city_id_33 , t0 . residence_city_id AS residence_city_id_34 , t0 . residence_province_id AS residence_province_id_35 , t0 . residence_nation_id AS residence_nation_id_36 , t37 . signature_certificate_expires_on AS signature_certificate_expires_on_38 , t37 . signature_kit_notification_level AS signature_kit_notification_level_39 , t37 . id AS id_40 , t37 . active AS active_41 , t37 . created_at AS created_at_42 , t37 . updated_at AS updated_at_43 , t37 . deleted_at AS deleted_at_44 , t37 . person_id AS person_id_45 , t37 . signature_certifier_id AS signature_certifier_id_46 FROM persons t0 LEFT JOIN user t14 ON t14 . person_id = t0 . id LEFT JOIN legal_owner t37 ON t37 . person_id = t0 . id WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . name AS name_2 ,
t0 . surname AS surname_3 ,
t0 . fiscal_code AS fiscal_code_4 ,
t0 . birth_date AS birth_date_5 ,
t0 . gender AS gender_6 ,
t0 . residence_address AS residence_address_7 ,
t0 . residence_address_number AS residence_address_number_8 ,
t0 . residence_address_zip AS residence_address_zip_9 ,
t0 . foreign_city AS foreign_city_10 ,
t0 . created_at AS created_at_11 ,
t0 . updated_at AS updated_at_12 ,
t0 . deleted_at AS deleted_at_13 ,
t14 . identifier AS identifier_15 ,
t14 . provider AS provider_16 ,
t14 . username AS username_17 ,
t14 . email AS email_18 ,
t14 . pec AS pec_19 ,
t14 . cellular AS cellular_20 ,
t14 . fiscal_code AS fiscal_code_21 ,
t14 . password AS password_22 ,
t14 . last_access AS last_access_23 ,
t14 . is_user_suspended AS is_user_suspended_24 ,
t14 . id AS id_25 ,
t14 . active AS active_26 ,
t14 . created_at AS created_at_27 ,
t14 . updated_at AS updated_at_28 ,
t14 . deleted_at AS deleted_at_29 ,
t14 . person_id AS person_id_30 ,
t14 . last_operating_institution_id AS last_operating_institution_id_31 ,
t0 . birth_nation_id AS birth_nation_id_32 ,
t0 . birth_city_id AS birth_city_id_33 ,
t0 . residence_city_id AS residence_city_id_34 ,
t0 . residence_province_id AS residence_province_id_35 ,
t0 . residence_nation_id AS residence_nation_id_36 ,
t37 . signature_certificate_expires_on AS signature_certificate_expires_on_38 ,
t37 . signature_kit_notification_level AS signature_kit_notification_level_39 ,
t37 . id AS id_40 ,
t37 . active AS active_41 ,
t37 . created_at AS created_at_42 ,
t37 . updated_at AS updated_at_43 ,
t37 . deleted_at AS deleted_at_44 ,
t37 . person_id AS person_id_45 ,
t37 . signature_certifier_id AS signature_certifier_id_46
FROM
persons t0
LEFT JOIN user t14 ON t14 . person_id = t0 . id
LEFT JOIN legal_owner t37 ON t37 . person_id = t0 . id
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . surname AS surname_3 , t0 . fiscal_code AS fiscal_code_4 , t0 . birth_date AS birth_date_5 , t0 . gender AS gender_6 , t0 . residence_address AS residence_address_7 , t0 . residence_address_number AS residence_address_number_8 , t0 . residence_address_zip AS residence_address_zip_9 , t0 . foreign_city AS foreign_city_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . deleted_at AS deleted_at_13 , t14 . identifier AS identifier_15 , t14 . provider AS provider_16 , t14 . username AS username_17 , t14 . email AS email_18 , t14 . pec AS pec_19 , t14 . cellular AS cellular_20 , t14 . fiscal_code AS fiscal_code_21 , t14 . password AS password_22 , t14 . last_access AS last_access_23 , t14 . is_user_suspended AS is_user_suspended_24 , t14 . id AS id_25 , t14 . active AS active_26 , t14 . created_at AS created_at_27 , t14 . updated_at AS updated_at_28 , t14 . deleted_at AS deleted_at_29 , t14 . person_id AS person_id_30 , t14 . last_operating_institution_id AS last_operating_institution_id_31 , t0 . birth_nation_id AS birth_nation_id_32 , t0 . birth_city_id AS birth_city_id_33 , t0 . residence_city_id AS residence_city_id_34 , t0 . residence_province_id AS residence_province_id_35 , t0 . residence_nation_id AS residence_nation_id_36 , t37 . signature_certificate_expires_on AS signature_certificate_expires_on_38 , t37 . signature_kit_notification_level AS signature_kit_notification_level_39 , t37 . id AS id_40 , t37 . active AS active_41 , t37 . created_at AS created_at_42 , t37 . updated_at AS updated_at_43 , t37 . deleted_at AS deleted_at_44 , t37 . person_id AS person_id_45 , t37 . signature_certifier_id AS signature_certifier_id_46 FROM persons t0 LEFT JOIN user t14 ON t14 . person_id = t0 . id LEFT JOIN legal_owner t37 ON t37 . person_id = t0 . id WHERE t0 . id = 15 ;
Copy
1.65 ms (6.61%)
1
SELECT t0 . status AS status_1 , t0 . request_type AS request_type_2 , t0 . code AS code_3 , t0 . accreditation_type AS accreditation_type_4 , t0 . score AS score_5 , t0 . send_at AS send_at_6 , t0 . determina_completed_at AS determina_completed_at_7 , t0 . accreditation_end_date AS accreditation_end_date_8 , t0 . renewal_notification_level AS renewal_notification_level_9 , t0 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_10 , t0 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_11 , t0 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_12 , t0 . assignment_notification2_days_sent AS assignment_notification2_days_sent_13 , t0 . assignment_notification25_days_sent AS assignment_notification25_days_sent_14 , t0 . id AS id_15 , t0 . active AS active_16 , t0 . created_at AS created_at_17 , t0 . updated_at AS updated_at_18 , t0 . deleted_at AS deleted_at_19 , t20 . id AS id_21 , t20 . active AS active_22 , t20 . created_at AS created_at_23 , t20 . updated_at AS updated_at_24 , t20 . deleted_at AS deleted_at_25 , t20 . accreditation_application_id AS accreditation_application_id_26 , t20 . tipology_id AS tipology_id_27 , t0 . institution_id AS institution_id_28 , t0 . legal_owner_id AS legal_owner_id_29 , t0 . institution_typology_id AS institution_typology_id_30 , t0 . parent_application_id AS parent_application_id_31 FROM accreditation_application t0 LEFT JOIN institutions_accreditation_tipologies t20 ON t20 . accreditation_application_id = t0 . id WHERE t0 . institution_id = ? AND t0 . accreditation_type = ? AND t0 . status = ?
Parameters :
[
2
"Formazione "
"DETERMINA_COMPLETATA "
]
SELECT t0 . status AS status_1 , t0 . request_type AS request_type_2 , t0 . code AS code_3 , t0 . accreditation_type AS accreditation_type_4 , t0 . score AS score_5 , t0 . send_at AS send_at_6 , t0 . determina_completed_at AS determina_completed_at_7 , t0 . accreditation_end_date AS accreditation_end_date_8 , t0 . renewal_notification_level AS renewal_notification_level_9 , t0 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_10 , t0 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_11 , t0 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_12 , t0 . assignment_notification2_days_sent AS assignment_notification2_days_sent_13 , t0 . assignment_notification25_days_sent AS assignment_notification25_days_sent_14 , t0 . id AS id_15 , t0 . active AS active_16 , t0 . created_at AS created_at_17 , t0 . updated_at AS updated_at_18 , t0 . deleted_at AS deleted_at_19 , t20 . id AS id_21 , t20 . active AS active_22 , t20 . created_at AS created_at_23 , t20 . updated_at AS updated_at_24 , t20 . deleted_at AS deleted_at_25 , t20 . accreditation_application_id AS accreditation_application_id_26 , t20 . tipology_id AS tipology_id_27 , t0 . institution_id AS institution_id_28 , t0 . legal_owner_id AS legal_owner_id_29 , t0 . institution_typology_id AS institution_typology_id_30 , t0 . parent_application_id AS parent_application_id_31 FROM accreditation_application t0 LEFT JOIN institutions_accreditation_tipologies t20 ON t20 . accreditation_application_id = t0 . id WHERE t0 . institution_id = 2 AND t0 . accreditation_type = 'Formazione' AND t0 . status = 'DETERMINA_COMPLETATA' ;
Copy
1.53 ms (6.13%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . value AS value_3 , t0 . label AS label_4 FROM role t0 INNER JOIN user_role ON t0 . id = user_role . role_id WHERE user_role . user_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . value AS value_3 , t0 . label AS label_4 FROM role t0 INNER JOIN user_role ON t0 . id = user_role . role_id WHERE user_role . user_id = 15 ;
Copy
1.45 ms (5.79%)
1
SELECT t0 . name AS name_1 , t0 . tax_code AS tax_code_2 , t0 . fiscal_code AS fiscal_code_3 , t0 . pec_address AS pec_address_4 , t0 . email_address AS email_address_5 , t0 . telephone AS telephone_6 , t0 . telephone_mobile AS telephone_mobile_7 , t0 . operating AS operating_8 , t0 . status AS status_9 , t0 . id AS id_10 , t0 . active AS active_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . deleted_at AS deleted_at_14 , t0 . legal_form_id AS legal_form_id_15 , t0 . institution_size_id AS institution_size_id_16 , t0 . ateco_code_version_id AS ateco_code_version_id_17 , t0 . legal_owner_id AS legal_owner_id_18 FROM institutions t0 WHERE t0 . operating = ? AND t0 . legal_owner_id = ? LIMIT 1
SELECT t0 . name AS name_1 , t0 . tax_code AS tax_code_2 , t0 . fiscal_code AS fiscal_code_3 , t0 . pec_address AS pec_address_4 , t0 . email_address AS email_address_5 , t0 . telephone AS telephone_6 , t0 . telephone_mobile AS telephone_mobile_7 , t0 . operating AS operating_8 , t0 . status AS status_9 , t0 . id AS id_10 , t0 . active AS active_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . deleted_at AS deleted_at_14 , t0 . legal_form_id AS legal_form_id_15 , t0 . institution_size_id AS institution_size_id_16 , t0 . ateco_code_version_id AS ateco_code_version_id_17 , t0 . legal_owner_id AS legal_owner_id_18 FROM institutions t0 WHERE t0 . operating = 1 AND t0 . legal_owner_id = 1 LIMIT 1 ;
Copy
1.42 ms (5.67%)
1
SELECT DISTINCT v0_ . id AS id_0 , v0_ . created_at AS created_at_1 FROM variation_request v0_ INNER JOIN institutions i1_ ON v0_ . institution_id = i1_ . id WHERE i1_ . legal_owner_id = ? AND i1_ . operating = ? ORDER BY v0_ . created_at DESC LIMIT 10
SELECT DISTINCT v0_ . id AS id_0 , v0_ . created_at AS created_at_1 FROM variation_request v0_ INNER JOIN institutions i1_ ON v0_ . institution_id = i1_ . id WHERE i1_ . legal_owner_id = 1 AND i1_ . operating = 1 ORDER BY v0_ . created_at DESC LIMIT 10 ;
Copy
1.20 ms (4.82%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . value AS value_3 , t0 . label AS label_4 FROM role t0 WHERE t0 . name = ? LIMIT 1
Parameters :
[
"ROLE_LEGALE_RAPPRESENTANTE "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . value AS value_3 , t0 . label AS label_4 FROM role t0 WHERE t0 . name = 'ROLE_LEGALE_RAPPRESENTANTE' LIMIT 1 ;
Copy