0.57 ms (34.09%)
|
1 |
SELECT t0.id AS id_1, t0.company_code AS company_code_2, t0.company_name AS company_name_3, t0.sector_of_activity AS sector_of_activity_4, t0.legal_form AS legal_form_5, t0.administration_method AS administration_method_6, t0.year_of_creation AS year_of_creation_7, t0.created_by AS created_by_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM ocmp t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.company_code AS company_code_2, t0.company_name AS company_name_3, t0.sector_of_activity AS sector_of_activity_4, t0.legal_form AS legal_form_5, t0.administration_method AS administration_method_6, t0.year_of_creation AS year_of_creation_7, t0.created_by AS created_by_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM ocmp t0 WHERE t0.id = '103';
|
0.33 ms (19.67%)
|
1 |
SELECT t0.id AS id_1, t0.exercise AS exercise_2, t0.name AS name_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.created_by AS created_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM ofyr t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.exercise AS exercise_2, t0.name AS name_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.created_by AS created_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM ofyr t0 WHERE t0.id = 162;
|
0.30 ms (17.92%)
|
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.name AS name_3, t0.contribution AS contribution_4, t0.company_id AS company_id_5 FROM cmp1 t0 WHERE t0.company_id = ?
SELECT t0.id AS id_1, t0.type AS type_2, t0.name AS name_3, t0.contribution AS contribution_4, t0.company_id AS company_id_5 FROM cmp1 t0 WHERE t0.company_id = 103;
|
0.25 ms (15.21%)
|
1 |
SELECT o0_.id AS id_0, o0_.exercise AS exercise_1, o0_.name AS name_2, o0_.start_date AS start_date_3, o0_.end_date AS end_date_4, o0_.created_by AS created_by_5, o0_.created_at AS created_at_6, o0_.updated_at AS updated_at_7 FROM ofyr o0_
SELECT o0_.id AS id_0, o0_.exercise AS exercise_1, o0_.name AS name_2, o0_.start_date AS start_date_3, o0_.end_date AS end_date_4, o0_.created_by AS created_by_5, o0_.created_at AS created_at_6, o0_.updated_at AS updated_at_7 FROM ofyr o0_;
|
0.22 ms (13.10%)
|
1 |
SELECT t0.id AS id_1, t0.company_code AS company_code_2, t0.men_squad AS men_squad_3, t0.women_squad AS women_squad_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.exercise_id AS exercise_id_7, t0.company_id AS company_id_8 FROM cmp2 t0 WHERE t0.company_id = ?
SELECT t0.id AS id_1, t0.company_code AS company_code_2, t0.men_squad AS men_squad_3, t0.women_squad AS women_squad_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.exercise_id AS exercise_id_7, t0.company_id AS company_id_8 FROM cmp2 t0 WHERE t0.company_id = 103;
|