1
1.81 ms
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
2
1.47 ms
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
3
1.62 ms
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
4
1.34 ms
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
5
1.59 ms
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
6
1.71 ms
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
7
1.45 ms
SELECT t0 . address AS address_1 , t0 . address_number AS address_number_2 , t0 . interior AS interior_3 , t0 . stair AS stair_4 , t0 . address_zip AS address_zip_5 , t0 . abroad AS abroad_6 , t0 . foreign_nation AS foreign_nation_7 , t0 . foreign_city AS foreign_city_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . pec AS pec_12 , t0 . email AS email_13 , t0 . telephone AS telephone_14 , t0 . fax AS fax_15 , t0 . id AS id_16 , t0 . active AS active_17 , t0 . created_at AS created_at_18 , t0 . updated_at AS updated_at_19 , t0 . deleted_at AS deleted_at_20 , t0 . institution_id AS institution_id_21 , t0 . city AS city_22 , t0 . province AS province_23 FROM institution_office t0 WHERE t0 . institution_id = ?
SELECT t0 . address AS address_1 , t0 . address_number AS address_number_2 , t0 . interior AS interior_3 , t0 . stair AS stair_4 , t0 . address_zip AS address_zip_5 , t0 . abroad AS abroad_6 , t0 . foreign_nation AS foreign_nation_7 , t0 . foreign_city AS foreign_city_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . pec AS pec_12 , t0 . email AS email_13 , t0 . telephone AS telephone_14 , t0 . fax AS fax_15 , t0 . id AS id_16 , t0 . active AS active_17 , t0 . created_at AS created_at_18 , t0 . updated_at AS updated_at_19 , t0 . deleted_at AS deleted_at_20 , t0 . institution_id AS institution_id_21 , t0 . city AS city_22 , t0 . province AS province_23 FROM institution_office t0 WHERE t0 . institution_id = 2 ;
Copy
8
1.25 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sub_type AS sub_type_3 , t0 . context AS context_4 , t0 . status AS status_5 , t0 . tender_code AS tender_code_6 , t0 . temporary_validity_start_date AS temporary_validity_start_date_7 , t0 . temporary_validity_end_date AS temporary_validity_end_date_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . institution_office_id AS institution_office_id_11 FROM institution_office_status t0 WHERE t0 . institution_office_id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . sub_type AS sub_type_3 , t0 . context AS context_4 , t0 . status AS status_5 , t0 . tender_code AS tender_code_6 , t0 . temporary_validity_start_date AS temporary_validity_start_date_7 , t0 . temporary_validity_end_date AS temporary_validity_end_date_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . institution_office_id AS institution_office_id_11 FROM institution_office_status t0 WHERE t0 . institution_office_id = 2 ;
Copy
9
1.08 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . is_selectable AS is_selectable_3 , t0 . is_active AS is_active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . ateco_code_id AS ateco_code_id_7 , t0 . ateco_version_id AS ateco_version_id_8 FROM ateco_code_version t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . is_selectable AS is_selectable_3 , t0 . is_active AS is_active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . ateco_code_id AS ateco_code_id_7 , t0 . ateco_version_id AS ateco_version_id_8 FROM ateco_code_version t0 WHERE t0 . id = 1148 ;
Copy
10
1.10 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM legal_forms t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM legal_forms t0 WHERE t0 . id = 101 ;
Copy
11
0.90 ms
SELECT t0 . description AS description_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 FROM institution_size t0 WHERE t0 . id = ?
SELECT t0 . description AS description_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 FROM institution_size t0 WHERE t0 . id = 2 ;
Copy
12
0.98 ms
SELECT t0 . name AS name_1 , t0 . capital AS capital_2 , t0 . inactive AS inactive_3 , t0 . istat_code AS istat_code_4 , t0 . cadastre_code AS cadastre_code_5 , t0 . region_code AS region_code_6 , t0 . province_code AS province_code_7 , t0 . region_name AS region_name_8 , t0 . province_name AS province_name_9 , t0 . biletteral_code AS biletteral_code_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 FROM cities t0 WHERE t0 . id = ?
SELECT t0 . name AS name_1 , t0 . capital AS capital_2 , t0 . inactive AS inactive_3 , t0 . istat_code AS istat_code_4 , t0 . cadastre_code AS cadastre_code_5 , t0 . region_code AS region_code_6 , t0 . province_code AS province_code_7 , t0 . region_name AS region_name_8 , t0 . province_name AS province_name_9 , t0 . biletteral_code AS biletteral_code_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 FROM cities t0 WHERE t0 . id = 16721 ;
Copy
13
1.26 ms
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . address_number AS address_number_3 , t0 . address_zip AS address_zip_4 , t0 . city AS city_5 , t0 . province AS province_6 , t0 . interior AS interior_7 , t0 . stair AS stair_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . telephone AS telephone_12 , t0 . email AS email_13 , t0 . pec AS pec_14 , t0 . type AS type_15 , t0 . sub_type AS sub_type_16 , t0 . status AS status_17 , t0 . accreditation_application_id AS accreditation_application_id_18 , t0 . related_office_id AS related_office_id_19 FROM accreditation_office t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . address_number AS address_number_3 , t0 . address_zip AS address_zip_4 , t0 . city AS city_5 , t0 . province AS province_6 , t0 . interior AS interior_7 , t0 . stair AS stair_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . telephone AS telephone_12 , t0 . email AS email_13 , t0 . pec AS pec_14 , t0 . type AS type_15 , t0 . sub_type AS sub_type_16 , t0 . status AS status_17 , t0 . accreditation_application_id AS accreditation_application_id_18 , t0 . related_office_id AS related_office_id_19 FROM accreditation_office t0 WHERE t0 . accreditation_application_id = 1 ;
Copy
14
1.02 ms
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . address_number AS address_number_3 , t0 . address_zip AS address_zip_4 , t0 . city AS city_5 , t0 . province AS province_6 , t0 . interior AS interior_7 , t0 . stair AS stair_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . telephone AS telephone_12 , t0 . email AS email_13 , t0 . pec AS pec_14 , t0 . type AS type_15 , t0 . sub_type AS sub_type_16 , t0 . status AS status_17 , t0 . accreditation_application_id AS accreditation_application_id_18 , t0 . related_office_id AS related_office_id_19 FROM accreditation_office t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . address_number AS address_number_3 , t0 . address_zip AS address_zip_4 , t0 . city AS city_5 , t0 . province AS province_6 , t0 . interior AS interior_7 , t0 . stair AS stair_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . telephone AS telephone_12 , t0 . email AS email_13 , t0 . pec AS pec_14 , t0 . type AS type_15 , t0 . sub_type AS sub_type_16 , t0 . status AS status_17 , t0 . accreditation_application_id AS accreditation_application_id_18 , t0 . related_office_id AS related_office_id_19 FROM accreditation_office t0 WHERE t0 . accreditation_application_id = 3 ;
Copy
15
0.95 ms
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . address_number AS address_number_3 , t0 . address_zip AS address_zip_4 , t0 . city AS city_5 , t0 . province AS province_6 , t0 . interior AS interior_7 , t0 . stair AS stair_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . telephone AS telephone_12 , t0 . email AS email_13 , t0 . pec AS pec_14 , t0 . type AS type_15 , t0 . sub_type AS sub_type_16 , t0 . status AS status_17 , t0 . accreditation_application_id AS accreditation_application_id_18 , t0 . related_office_id AS related_office_id_19 FROM accreditation_office t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . address AS address_2 , t0 . address_number AS address_number_3 , t0 . address_zip AS address_zip_4 , t0 . city AS city_5 , t0 . province AS province_6 , t0 . interior AS interior_7 , t0 . stair AS stair_8 , t0 . cadastral_sheet AS cadastral_sheet_9 , t0 . cadastral_parcel AS cadastral_parcel_10 , t0 . sub_unit AS sub_unit_11 , t0 . telephone AS telephone_12 , t0 . email AS email_13 , t0 . pec AS pec_14 , t0 . type AS type_15 , t0 . sub_type AS sub_type_16 , t0 . status AS status_17 , t0 . accreditation_application_id AS accreditation_application_id_18 , t0 . related_office_id AS related_office_id_19 FROM accreditation_office t0 WHERE t0 . accreditation_application_id = 5 ;
Copy
16
2.70 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . area AS area_3 , t0 . type AS type_4 , t0 . sub_type AS sub_type_5 , t0 . status AS status_6 , t0 . submitted_at AS submitted_at_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . is_documentary_investigation AS is_documentary_investigation_10 , t0 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_11 , t0 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_12 , t0 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_13 , t0 . assignment_notification2_days_sent AS assignment_notification2_days_sent_14 , t0 . assignment_notification25_days_sent AS assignment_notification25_days_sent_15 , t0 . send_at AS send_at_16 , t0 . institution_id AS institution_id_17 , t18 . numero_determina AS numero_determina_19 , t18 . codice_protocollo AS codice_protocollo_20 , t18 . data_determina AS data_determina_21 , t18 . id AS id_22 , t18 . active AS active_23 , t18 . created_at AS created_at_24 , t18 . updated_at AS updated_at_25 , t18 . deleted_at AS deleted_at_26 , t18 . variation_investigation_l3_id AS variation_investigation_l3_id_27 , t18 . variation_request_id AS variation_request_id_28 , t18 . document_id AS document_id_29 FROM variation_request t0 LEFT JOIN variation_investigation_determina t18 ON t18 . variation_request_id = t0 . id WHERE t0 . institution_id = ?
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . area AS area_3 , t0 . type AS type_4 , t0 . sub_type AS sub_type_5 , t0 . status AS status_6 , t0 . submitted_at AS submitted_at_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . is_documentary_investigation AS is_documentary_investigation_10 , t0 . viewed_by_instructor_l1 AS viewed_by_instructor_l1_11 , t0 . viewed_by_instructor_l2 AS viewed_by_instructor_l2_12 , t0 . viewed_by_instructor_l3 AS viewed_by_instructor_l3_13 , t0 . assignment_notification2_days_sent AS assignment_notification2_days_sent_14 , t0 . assignment_notification25_days_sent AS assignment_notification25_days_sent_15 , t0 . send_at AS send_at_16 , t0 . institution_id AS institution_id_17 , t18 . numero_determina AS numero_determina_19 , t18 . codice_protocollo AS codice_protocollo_20 , t18 . data_determina AS data_determina_21 , t18 . id AS id_22 , t18 . active AS active_23 , t18 . created_at AS created_at_24 , t18 . updated_at AS updated_at_25 , t18 . deleted_at AS deleted_at_26 , t18 . variation_investigation_l3_id AS variation_investigation_l3_id_27 , t18 . variation_request_id AS variation_request_id_28 , t18 . document_id AS document_id_29 FROM variation_request t0 LEFT JOIN variation_investigation_determina t18 ON t18 . variation_request_id = t0 . id WHERE t0 . institution_id = 2 ;
Copy
17
1.18 ms
SELECT i0_ . address AS address_0 , i0_ . address_number AS address_number_1 , i0_ . interior AS interior_2 , i0_ . stair AS stair_3 , i0_ . address_zip AS address_zip_4 , i0_ . abroad AS abroad_5 , i0_ . foreign_nation AS foreign_nation_6 , i0_ . foreign_city AS foreign_city_7 , i0_ . cadastral_sheet AS cadastral_sheet_8 , i0_ . cadastral_parcel AS cadastral_parcel_9 , i0_ . sub_unit AS sub_unit_10 , i0_ . pec AS pec_11 , i0_ . email AS email_12 , i0_ . telephone AS telephone_13 , i0_ . fax AS fax_14 , i0_ . id AS id_15 , i0_ . active AS active_16 , i0_ . created_at AS created_at_17 , i0_ . updated_at AS updated_at_18 , i0_ . deleted_at AS deleted_at_19 , i1_ . id AS id_20 , i1_ . type AS type_21 , i1_ . sub_type AS sub_type_22 , i1_ . context AS context_23 , i1_ . status AS status_24 , i1_ . tender_code AS tender_code_25 , i1_ . temporary_validity_start_date AS temporary_validity_start_date_26 , i1_ . temporary_validity_end_date AS temporary_validity_end_date_27 , i1_ . created_at AS created_at_28 , i1_ . updated_at AS updated_at_29 , c2_ . name AS name_30 , c2_ . capital AS capital_31 , c2_ . inactive AS inactive_32 , c2_ . istat_code AS istat_code_33 , c2_ . cadastre_code AS cadastre_code_34 , c2_ . region_code AS region_code_35 , c2_ . province_code AS province_code_36 , c2_ . region_name AS region_name_37 , c2_ . province_name AS province_name_38 , c2_ . biletteral_code AS biletteral_code_39 , c2_ . id AS id_40 , c2_ . active AS active_41 , c2_ . created_at AS created_at_42 , c2_ . updated_at AS updated_at_43 , c2_ . deleted_at AS deleted_at_44 , c3_ . name AS name_45 , c3_ . capital AS capital_46 , c3_ . inactive AS inactive_47 , c3_ . istat_code AS istat_code_48 , c3_ . cadastre_code AS cadastre_code_49 , c3_ . region_code AS region_code_50 , c3_ . province_code AS province_code_51 , c3_ . region_name AS region_name_52 , c3_ . province_name AS province_name_53 , c3_ . biletteral_code AS biletteral_code_54 , c3_ . id AS id_55 , c3_ . active AS active_56 , c3_ . created_at AS created_at_57 , c3_ . updated_at AS updated_at_58 , c3_ . deleted_at AS deleted_at_59 , i0_ . institution_id AS institution_id_60 , i0_ . city AS city_61 , i0_ . province AS province_62 , i1_ . institution_office_id AS institution_office_id_63 FROM institution_office i0_ INNER JOIN institution_office_status i1_ ON i0_ . id = i1_ . institution_office_id LEFT JOIN cities c2_ ON i0_ . city = c2_ . id LEFT JOIN cities c3_ ON i0_ . province = c3_ . id WHERE i0_ . institution_id = ? AND i1_ . type = ? AND i1_ . status = ? ORDER BY i0_ . address ASC
Parameters :
[
2
"TEMPORARY "
"ACCREDITATO "
]
SELECT
i0_ . address AS address_0 ,
i0_ . address_number AS address_number_1 ,
i0_ . interior AS interior_2 ,
i0_ . stair AS stair_3 ,
i0_ . address_zip AS address_zip_4 ,
i0_ . abroad AS abroad_5 ,
i0_ . foreign_nation AS foreign_nation_6 ,
i0_ . foreign_city AS foreign_city_7 ,
i0_ . cadastral_sheet AS cadastral_sheet_8 ,
i0_ . cadastral_parcel AS cadastral_parcel_9 ,
i0_ . sub_unit AS sub_unit_10 ,
i0_ . pec AS pec_11 ,
i0_ . email AS email_12 ,
i0_ . telephone AS telephone_13 ,
i0_ . fax AS fax_14 ,
i0_ . id AS id_15 ,
i0_ . active AS active_16 ,
i0_ . created_at AS created_at_17 ,
i0_ . updated_at AS updated_at_18 ,
i0_ . deleted_at AS deleted_at_19 ,
i1_ . id AS id_20 ,
i1_ . type AS type_21 ,
i1_ . sub_type AS sub_type_22 ,
i1_ . context AS context_23 ,
i1_ . status AS status_24 ,
i1_ . tender_code AS tender_code_25 ,
i1_ . temporary_validity_start_date AS temporary_validity_start_date_26 ,
i1_ . temporary_validity_end_date AS temporary_validity_end_date_27 ,
i1_ . created_at AS created_at_28 ,
i1_ . updated_at AS updated_at_29 ,
c2_ . name AS name_30 ,
c2_ . capital AS capital_31 ,
c2_ . inactive AS inactive_32 ,
c2_ . istat_code AS istat_code_33 ,
c2_ . cadastre_code AS cadastre_code_34 ,
c2_ . region_code AS region_code_35 ,
c2_ . province_code AS province_code_36 ,
c2_ . region_name AS region_name_37 ,
c2_ . province_name AS province_name_38 ,
c2_ . biletteral_code AS biletteral_code_39 ,
c2_ . id AS id_40 ,
c2_ . active AS active_41 ,
c2_ . created_at AS created_at_42 ,
c2_ . updated_at AS updated_at_43 ,
c2_ . deleted_at AS deleted_at_44 ,
c3_ . name AS name_45 ,
c3_ . capital AS capital_46 ,
c3_ . inactive AS inactive_47 ,
c3_ . istat_code AS istat_code_48 ,
c3_ . cadastre_code AS cadastre_code_49 ,
c3_ . region_code AS region_code_50 ,
c3_ . province_code AS province_code_51 ,
c3_ . region_name AS region_name_52 ,
c3_ . province_name AS province_name_53 ,
c3_ . biletteral_code AS biletteral_code_54 ,
c3_ . id AS id_55 ,
c3_ . active AS active_56 ,
c3_ . created_at AS created_at_57 ,
c3_ . updated_at AS updated_at_58 ,
c3_ . deleted_at AS deleted_at_59 ,
i0_ . institution_id AS institution_id_60 ,
i0_ . city AS city_61 ,
i0_ . province AS province_62 ,
i1_ . institution_office_id AS institution_office_id_63
FROM
institution_office i0_
INNER JOIN institution_office_status i1_ ON i0_ . id = i1_ . institution_office_id
LEFT JOIN cities c2_ ON i0_ . city = c2_ . id
LEFT JOIN cities c3_ ON i0_ . province = c3_ . id
WHERE
i0_ . institution_id = ?
AND i1_ . type = ?
AND i1_ . status = ?
ORDER BY
i0_ . address ASC
Copy
SELECT i0_ . address AS address_0 , i0_ . address_number AS address_number_1 , i0_ . interior AS interior_2 , i0_ . stair AS stair_3 , i0_ . address_zip AS address_zip_4 , i0_ . abroad AS abroad_5 , i0_ . foreign_nation AS foreign_nation_6 , i0_ . foreign_city AS foreign_city_7 , i0_ . cadastral_sheet AS cadastral_sheet_8 , i0_ . cadastral_parcel AS cadastral_parcel_9 , i0_ . sub_unit AS sub_unit_10 , i0_ . pec AS pec_11 , i0_ . email AS email_12 , i0_ . telephone AS telephone_13 , i0_ . fax AS fax_14 , i0_ . id AS id_15 , i0_ . active AS active_16 , i0_ . created_at AS created_at_17 , i0_ . updated_at AS updated_at_18 , i0_ . deleted_at AS deleted_at_19 , i1_ . id AS id_20 , i1_ . type AS type_21 , i1_ . sub_type AS sub_type_22 , i1_ . context AS context_23 , i1_ . status AS status_24 , i1_ . tender_code AS tender_code_25 , i1_ . temporary_validity_start_date AS temporary_validity_start_date_26 , i1_ . temporary_validity_end_date AS temporary_validity_end_date_27 , i1_ . created_at AS created_at_28 , i1_ . updated_at AS updated_at_29 , c2_ . name AS name_30 , c2_ . capital AS capital_31 , c2_ . inactive AS inactive_32 , c2_ . istat_code AS istat_code_33 , c2_ . cadastre_code AS cadastre_code_34 , c2_ . region_code AS region_code_35 , c2_ . province_code AS province_code_36 , c2_ . region_name AS region_name_37 , c2_ . province_name AS province_name_38 , c2_ . biletteral_code AS biletteral_code_39 , c2_ . id AS id_40 , c2_ . active AS active_41 , c2_ . created_at AS created_at_42 , c2_ . updated_at AS updated_at_43 , c2_ . deleted_at AS deleted_at_44 , c3_ . name AS name_45 , c3_ . capital AS capital_46 , c3_ . inactive AS inactive_47 , c3_ . istat_code AS istat_code_48 , c3_ . cadastre_code AS cadastre_code_49 , c3_ . region_code AS region_code_50 , c3_ . province_code AS province_code_51 , c3_ . region_name AS region_name_52 , c3_ . province_name AS province_name_53 , c3_ . biletteral_code AS biletteral_code_54 , c3_ . id AS id_55 , c3_ . active AS active_56 , c3_ . created_at AS created_at_57 , c3_ . updated_at AS updated_at_58 , c3_ . deleted_at AS deleted_at_59 , i0_ . institution_id AS institution_id_60 , i0_ . city AS city_61 , i0_ . province AS province_62 , i1_ . institution_office_id AS institution_office_id_63 FROM institution_office i0_ INNER JOIN institution_office_status i1_ ON i0_ . id = i1_ . institution_office_id LEFT JOIN cities c2_ ON i0_ . city = c2_ . id LEFT JOIN cities c3_ ON i0_ . province = c3_ . id WHERE i0_ . institution_id = 2 AND i1_ . type = 'TEMPORARY' AND i1_ . status = 'ACCREDITATO' ORDER BY i0_ . address ASC ;
Copy
18
0.48 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM accreditation_tipologies t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM accreditation_tipologies t0 WHERE t0 . id = 1 ;
Copy
19
0.63 ms
SELECT t0 . description AS description_1 , t0 . context AS context_2 , t0 . legal_form AS legal_form_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 , t0 . institution_macro_type_id AS institution_macro_type_id_9 FROM institution_type t0 WHERE t0 . id = ?
SELECT t0 . description AS description_1 , t0 . context AS context_2 , t0 . legal_form AS legal_form_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 , t0 . institution_macro_type_id AS institution_macro_type_id_9 FROM institution_type t0 WHERE t0 . id = 4 ;
Copy
20
0.60 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . macrotypologies_id AS macrotypologies_id_7 FROM institution_accreditation_macrotypes t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . macrotypologies_id AS macrotypologies_id_7 FROM institution_accreditation_macrotypes t0 WHERE t0 . accreditation_application_id = 1 ;
Copy
21
0.53 ms
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = 1 ;
Copy
22
0.49 ms
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = 2 ;
Copy
23
0.56 ms
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = 3 ;
Copy
24
0.44 ms
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = 5 ;
Copy
25
0.46 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . sep_id AS sep_id_7 FROM institutions_seps t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . sep_id AS sep_id_7 FROM institutions_seps t0 WHERE t0 . accreditation_application_id = 1 ;
Copy
26
0.57 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 25 ;
Copy
27
0.59 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 26 ;
Copy
28
0.55 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 27 ;
Copy
29
0.54 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 28 ;
Copy
30
0.70 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 29 ;
Copy
31
0.51 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 30 ;
Copy
32
0.51 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 31 ;
Copy
33
0.59 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 32 ;
Copy
34
0.51 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service t0 WHERE t0 . accreditation_application_id = 1 ;
Copy
35
0.40 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service_specialist t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service_specialist t0 WHERE t0 . accreditation_application_id = 1 ;
Copy
36
0.53 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . special_users_id AS special_users_id_7 FROM institution_special_users t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . special_users_id AS special_users_id_7 FROM institution_special_users t0 WHERE t0 . accreditation_application_id = 1 ;
Copy
37
0.44 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM special_users t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM special_users t0 WHERE t0 . id = 8 ;
Copy
38
0.52 ms
SELECT t0 . description AS description_1 , t0 . context AS context_2 , t0 . legal_form AS legal_form_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 , t0 . institution_macro_type_id AS institution_macro_type_id_9 FROM institution_type t0 WHERE t0 . id = ?
SELECT t0 . description AS description_1 , t0 . context AS context_2 , t0 . legal_form AS legal_form_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 , t0 . institution_macro_type_id AS institution_macro_type_id_9 FROM institution_type t0 WHERE t0 . id = 30 ;
Copy
39
0.62 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . macrotypologies_id AS macrotypologies_id_7 FROM institution_accreditation_macrotypes t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . macrotypologies_id AS macrotypologies_id_7 FROM institution_accreditation_macrotypes t0 WHERE t0 . accreditation_application_id = 3 ;
Copy
40
0.50 ms
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = 6 ;
Copy
41
0.53 ms
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . context AS context_2 , t0 . description AS description_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 FROM macrotypologies t0 WHERE t0 . id = 7 ;
Copy
42
0.58 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . sep_id AS sep_id_7 FROM institutions_seps t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . sep_id AS sep_id_7 FROM institutions_seps t0 WHERE t0 . accreditation_application_id = 3 ;
Copy
43
0.62 ms
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = ?
SELECT t0 . code AS code_1 , t0 . description AS description_2 , t0 . id AS id_3 , t0 . active AS active_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . deleted_at AS deleted_at_7 FROM seps t0 WHERE t0 . id = 48 ;
Copy
44
0.40 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service t0 WHERE t0 . accreditation_application_id = 3 ;
Copy
45
0.48 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service_specialist t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service_specialist t0 WHERE t0 . accreditation_application_id = 3 ;
Copy
46
0.44 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . special_users_id AS special_users_id_7 FROM institution_special_users t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . special_users_id AS special_users_id_7 FROM institution_special_users t0 WHERE t0 . accreditation_application_id = 3 ;
Copy
47
0.56 ms
SELECT t0 . description AS description_1 , t0 . context AS context_2 , t0 . legal_form AS legal_form_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 , t0 . institution_macro_type_id AS institution_macro_type_id_9 FROM institution_type t0 WHERE t0 . id = ?
SELECT t0 . description AS description_1 , t0 . context AS context_2 , t0 . legal_form AS legal_form_3 , t0 . id AS id_4 , t0 . active AS active_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . deleted_at AS deleted_at_8 , t0 . institution_macro_type_id AS institution_macro_type_id_9 FROM institution_type t0 WHERE t0 . id = 27 ;
Copy
48
0.52 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . macrotypologies_id AS macrotypologies_id_7 FROM institution_accreditation_macrotypes t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . macrotypologies_id AS macrotypologies_id_7 FROM institution_accreditation_macrotypes t0 WHERE t0 . accreditation_application_id = 5 ;
Copy
49
0.57 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . sep_id AS sep_id_7 FROM institutions_seps t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . sep_id AS sep_id_7 FROM institutions_seps t0 WHERE t0 . accreditation_application_id = 5 ;
Copy
50
0.41 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service t0 WHERE t0 . accreditation_application_id = 5 ;
Copy
51
0.48 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service_specialist t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . accreditation_application_id AS accreditation_application_id_3 FROM job_service_specialist t0 WHERE t0 . accreditation_application_id = 5 ;
Copy
52
0.60 ms
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . special_users_id AS special_users_id_7 FROM institution_special_users t0 WHERE t0 . accreditation_application_id = ?
SELECT t0 . id AS id_1 , t0 . active AS active_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . deleted_at AS deleted_at_5 , t0 . accreditation_application_id AS accreditation_application_id_6 , t0 . special_users_id AS special_users_id_7 FROM institution_special_users t0 WHERE t0 . accreditation_application_id = 5 ;
Copy
53
0.57 ms
SELECT t0 . type AS type_1 , t0 . data_determinazione AS data_determinazione_2 , t0 . data_fine_sospensione AS data_fine_sospensione_3 , t0 . name AS name_4 , t0 . original_name AS original_name_5 , t0 . mime_type AS mime_type_6 , t0 . size AS size_7 , t0 . motivo_sospensione AS motivo_sospensione_8 , t0 . id AS id_9 , t0 . active AS active_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . deleted_at AS deleted_at_13 , t0 . institution_id AS institution_id_14 , t0 . requested_by_id AS requested_by_id_15 FROM suspension_revocation t0 WHERE t0 . institution_id = ? ORDER BY t0 . created_at ASC
SELECT t0 . type AS type_1 , t0 . data_determinazione AS data_determinazione_2 , t0 . data_fine_sospensione AS data_fine_sospensione_3 , t0 . name AS name_4 , t0 . original_name AS original_name_5 , t0 . mime_type AS mime_type_6 , t0 . size AS size_7 , t0 . motivo_sospensione AS motivo_sospensione_8 , t0 . id AS id_9 , t0 . active AS active_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . deleted_at AS deleted_at_13 , t0 . institution_id AS institution_id_14 , t0 . requested_by_id AS requested_by_id_15 FROM suspension_revocation t0 WHERE t0 . institution_id = 2 ORDER BY t0 . created_at ASC ;
Copy
54
0.48 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 FROM ateco_code t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 FROM ateco_code t0 WHERE t0 . id = 1148 ;
Copy
55
0.74 ms
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
56
0.58 ms
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
57
0.50 ms
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
58
0.53 ms
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
59
0.50 ms
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
60
0.66 ms
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
61
0.53 ms
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