0.74 ms (74.03%)
|
1 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.location AS location_3, t0.description AS description_4, t0.knowledge AS knowledge_5, t0.education AS education_6, t0.background AS background_7, t0.create_at AS create_at_8, t0.update_at AS update_at_9, t0.exp_at AS exp_at_10, t0.nbr_places AS nbr_places_11, t0.employer_id AS employer_id_12, t0.sector_id AS sector_id_13 FROM job t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.location AS location_3, t0.description AS description_4, t0.knowledge AS knowledge_5, t0.education AS education_6, t0.background AS background_7, t0.create_at AS create_at_8, t0.update_at AS update_at_9, t0.exp_at AS exp_at_10, t0.nbr_places AS nbr_places_11, t0.employer_id AS employer_id_12, t0.sector_id AS sector_id_13 FROM job t0 WHERE t0.id = '1';
|
0.14 ms (14.33%)
|
1 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.location AS location_3, t0.description AS description_4, t0.knowledge AS knowledge_5, t0.education AS education_6, t0.background AS background_7, t0.create_at AS create_at_8, t0.update_at AS update_at_9, t0.exp_at AS exp_at_10, t0.nbr_places AS nbr_places_11, t0.employer_id AS employer_id_12, t0.sector_id AS sector_id_13 FROM job t0 WHERE t0.sector_id IS NULL LIMIT 0 OFFSET 3
SELECT t0.id AS id_1, t0.label AS label_2, t0.location AS location_3, t0.description AS description_4, t0.knowledge AS knowledge_5, t0.education AS education_6, t0.background AS background_7, t0.create_at AS create_at_8, t0.update_at AS update_at_9, t0.exp_at AS exp_at_10, t0.nbr_places AS nbr_places_11, t0.employer_id AS employer_id_12, t0.sector_id AS sector_id_13 FROM job t0 WHERE t0.sector_id IS NULL LIMIT 0 OFFSET 3;
|
0.12 ms (11.65%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.website AS website_3, t0.email AS email_4, t0.logo AS logo_5, t0.description AS description_6, t0.phone AS phone_7 FROM employer t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.website AS website_3, t0.email AS email_4, t0.logo AS logo_5, t0.description AS description_6, t0.phone AS phone_7 FROM employer t0 WHERE t0.id = 1;
|