1
0.83 ms
SELECT t0 . clef AS clef_1 , t0 . valeur AS valeur_2 FROM app_config t0 WHERE t0 . clef = ?
Parameters :
[
"maintenance_mode "
]
SELECT t0 . clef AS clef_1 , t0 . valeur AS valeur_2 FROM app_config t0 WHERE t0 . clef = 'maintenance_mode' ;
Copy
2
0.28 ms
SELECT t0 . clef AS clef_1 , t0 . valeur AS valeur_2 FROM app_config t0 WHERE t0 . clef = ?
Parameters :
[
"maintenance_resume_at "
]
SELECT t0 . clef AS clef_1 , t0 . valeur AS valeur_2 FROM app_config t0 WHERE t0 . clef = 'maintenance_resume_at' ;
Copy
3
0.58 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . level AS level_4 , t0 . status AS status_5 , t0 . enseigne_id AS enseigne_id_6 , t0 . salary_min AS salary_min_7 , t0 . salary_max AS salary_max_8 , t0 . created_at AS created_at_9 , t0 . is_published AS is_published_10 , t0 . published_at AS published_at_11 , t0 . grade_id AS grade_id_12 , t0 . unit_id AS unit_id_13 , t0 . parent_position_id AS parent_position_id_14 , t0 . contract_type_id AS contract_type_id_15 , t0 . location_id AS location_id_16 FROM hr_job_position t0 WHERE t0 . is_published = ? ORDER BY t0 . published_at DESC
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . level AS level_4 , t0 . status AS status_5 , t0 . enseigne_id AS enseigne_id_6 , t0 . salary_min AS salary_min_7 , t0 . salary_max AS salary_max_8 , t0 . created_at AS created_at_9 , t0 . is_published AS is_published_10 , t0 . published_at AS published_at_11 , t0 . grade_id AS grade_id_12 , t0 . unit_id AS unit_id_13 , t0 . parent_position_id AS parent_position_id_14 , t0 . contract_type_id AS contract_type_id_15 , t0 . location_id AS location_id_16 FROM hr_job_position t0 WHERE t0 . is_published = 1 ORDER BY t0 . published_at DESC ;
Copy
4
0.46 ms
SELECT t0 . id AS id_1 , t0 . city AS city_2 , t0 . country AS country_3 FROM hr_location t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . city AS city_2 , t0 . country AS country_3 FROM hr_location t0 WHERE t0 . id = 2 ;
Copy
5
0.43 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_evolutive AS is_evolutive_3 , t0 . deleted_at AS deleted_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 FROM hr_contract_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_evolutive AS is_evolutive_3 , t0 . deleted_at AS deleted_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 FROM hr_contract_type t0 WHERE t0 . id = 5 ;
Copy
6
0.34 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"c27ec8d8-e8eb-43b6-90d8-514847d8e3a2 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = 'c27ec8d8-e8eb-43b6-90d8-514847d8e3a2' ;
Copy
7
0.28 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"c27ec8d8-e8eb-43b6-90d8-514847d8e3a2 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = 'c27ec8d8-e8eb-43b6-90d8-514847d8e3a2' ;
Copy
8
0.24 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"c27ec8d8-e8eb-43b6-90d8-514847d8e3a2 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = 'c27ec8d8-e8eb-43b6-90d8-514847d8e3a2' ;
Copy
9
0.21 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"c27ec8d8-e8eb-43b6-90d8-514847d8e3a2 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = 'c27ec8d8-e8eb-43b6-90d8-514847d8e3a2' ;
Copy
10
0.21 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"c27ec8d8-e8eb-43b6-90d8-514847d8e3a2 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = 'c27ec8d8-e8eb-43b6-90d8-514847d8e3a2' ;
Copy
11
0.20 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"8902f8df-0d34-4732-9ac5-76c2d0da35d0 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '8902f8df-0d34-4732-9ac5-76c2d0da35d0' ;
Copy
12
0.22 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"8902f8df-0d34-4732-9ac5-76c2d0da35d0 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '8902f8df-0d34-4732-9ac5-76c2d0da35d0' ;
Copy
13
0.18 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"8902f8df-0d34-4732-9ac5-76c2d0da35d0 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '8902f8df-0d34-4732-9ac5-76c2d0da35d0' ;
Copy
14
0.22 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"8902f8df-0d34-4732-9ac5-76c2d0da35d0 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '8902f8df-0d34-4732-9ac5-76c2d0da35d0' ;
Copy
15
0.20 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"8902f8df-0d34-4732-9ac5-76c2d0da35d0 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '8902f8df-0d34-4732-9ac5-76c2d0da35d0' ;
Copy
16
0.23 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"05adbe66-a871-4bfc-934e-2c82b4cbe490 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '05adbe66-a871-4bfc-934e-2c82b4cbe490' ;
Copy
17
0.21 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"05adbe66-a871-4bfc-934e-2c82b4cbe490 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '05adbe66-a871-4bfc-934e-2c82b4cbe490' ;
Copy
18
0.20 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"05adbe66-a871-4bfc-934e-2c82b4cbe490 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '05adbe66-a871-4bfc-934e-2c82b4cbe490' ;
Copy
19
0.55 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"05adbe66-a871-4bfc-934e-2c82b4cbe490 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '05adbe66-a871-4bfc-934e-2c82b4cbe490' ;
Copy
20
0.36 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"05adbe66-a871-4bfc-934e-2c82b4cbe490 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '05adbe66-a871-4bfc-934e-2c82b4cbe490' ;
Copy
21
0.20 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_evolutive AS is_evolutive_3 , t0 . deleted_at AS deleted_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 FROM hr_contract_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_evolutive AS is_evolutive_3 , t0 . deleted_at AS deleted_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 FROM hr_contract_type t0 WHERE t0 . id = 4 ;
Copy
22
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"8de18bf1-de5f-4980-b8c6-9060b3c6ab34 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '8de18bf1-de5f-4980-b8c6-9060b3c6ab34' ;
Copy
23
0.23 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"8de18bf1-de5f-4980-b8c6-9060b3c6ab34 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '8de18bf1-de5f-4980-b8c6-9060b3c6ab34' ;
Copy
24
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"8de18bf1-de5f-4980-b8c6-9060b3c6ab34 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '8de18bf1-de5f-4980-b8c6-9060b3c6ab34' ;
Copy
25
0.19 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"8de18bf1-de5f-4980-b8c6-9060b3c6ab34 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '8de18bf1-de5f-4980-b8c6-9060b3c6ab34' ;
Copy
26
0.22 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"8de18bf1-de5f-4980-b8c6-9060b3c6ab34 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '8de18bf1-de5f-4980-b8c6-9060b3c6ab34' ;
Copy
27
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"44c62ea8-7d69-4e9a-87e1-bf03b7c0612d "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '44c62ea8-7d69-4e9a-87e1-bf03b7c0612d' ;
Copy
28
0.20 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"44c62ea8-7d69-4e9a-87e1-bf03b7c0612d "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '44c62ea8-7d69-4e9a-87e1-bf03b7c0612d' ;
Copy
29
0.22 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"44c62ea8-7d69-4e9a-87e1-bf03b7c0612d "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '44c62ea8-7d69-4e9a-87e1-bf03b7c0612d' ;
Copy
30
0.20 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"44c62ea8-7d69-4e9a-87e1-bf03b7c0612d "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '44c62ea8-7d69-4e9a-87e1-bf03b7c0612d' ;
Copy
31
0.19 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"44c62ea8-7d69-4e9a-87e1-bf03b7c0612d "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '44c62ea8-7d69-4e9a-87e1-bf03b7c0612d' ;
Copy
32
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"25749e28-a683-4ba4-a704-0f3add3b2da5 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '25749e28-a683-4ba4-a704-0f3add3b2da5' ;
Copy
33
0.18 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"25749e28-a683-4ba4-a704-0f3add3b2da5 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '25749e28-a683-4ba4-a704-0f3add3b2da5' ;
Copy
34
0.17 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"25749e28-a683-4ba4-a704-0f3add3b2da5 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '25749e28-a683-4ba4-a704-0f3add3b2da5' ;
Copy
35
0.21 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"25749e28-a683-4ba4-a704-0f3add3b2da5 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '25749e28-a683-4ba4-a704-0f3add3b2da5' ;
Copy
36
0.18 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"25749e28-a683-4ba4-a704-0f3add3b2da5 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '25749e28-a683-4ba4-a704-0f3add3b2da5' ;
Copy
37
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"18193798-1d53-4e76-a114-d9f94447b016 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '18193798-1d53-4e76-a114-d9f94447b016' ;
Copy
38
0.23 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"18193798-1d53-4e76-a114-d9f94447b016 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '18193798-1d53-4e76-a114-d9f94447b016' ;
Copy
39
0.21 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"18193798-1d53-4e76-a114-d9f94447b016 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '18193798-1d53-4e76-a114-d9f94447b016' ;
Copy
40
0.20 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"18193798-1d53-4e76-a114-d9f94447b016 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '18193798-1d53-4e76-a114-d9f94447b016' ;
Copy
41
0.21 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"18193798-1d53-4e76-a114-d9f94447b016 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '18193798-1d53-4e76-a114-d9f94447b016' ;
Copy
42
0.17 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"5fa78e8b-c081-41ff-82c1-2a2017fe8e0e "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '5fa78e8b-c081-41ff-82c1-2a2017fe8e0e' ;
Copy
43
0.21 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"5fa78e8b-c081-41ff-82c1-2a2017fe8e0e "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '5fa78e8b-c081-41ff-82c1-2a2017fe8e0e' ;
Copy
44
0.18 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"5fa78e8b-c081-41ff-82c1-2a2017fe8e0e "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '5fa78e8b-c081-41ff-82c1-2a2017fe8e0e' ;
Copy
45
0.17 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"5fa78e8b-c081-41ff-82c1-2a2017fe8e0e "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '5fa78e8b-c081-41ff-82c1-2a2017fe8e0e' ;
Copy
46
0.20 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"5fa78e8b-c081-41ff-82c1-2a2017fe8e0e "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '5fa78e8b-c081-41ff-82c1-2a2017fe8e0e' ;
Copy
47
0.20 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"954b43ea-82b3-4ee1-98fa-c732a8c78eb7 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '954b43ea-82b3-4ee1-98fa-c732a8c78eb7' ;
Copy
48
0.20 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"954b43ea-82b3-4ee1-98fa-c732a8c78eb7 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '954b43ea-82b3-4ee1-98fa-c732a8c78eb7' ;
Copy
49
0.22 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"954b43ea-82b3-4ee1-98fa-c732a8c78eb7 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '954b43ea-82b3-4ee1-98fa-c732a8c78eb7' ;
Copy
50
0.20 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"954b43ea-82b3-4ee1-98fa-c732a8c78eb7 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '954b43ea-82b3-4ee1-98fa-c732a8c78eb7' ;
Copy
51
0.20 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"954b43ea-82b3-4ee1-98fa-c732a8c78eb7 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '954b43ea-82b3-4ee1-98fa-c732a8c78eb7' ;
Copy
52
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"7147ae01-6c01-4b15-b7c9-c1082047f8f1 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '7147ae01-6c01-4b15-b7c9-c1082047f8f1' ;
Copy
53
0.20 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"7147ae01-6c01-4b15-b7c9-c1082047f8f1 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '7147ae01-6c01-4b15-b7c9-c1082047f8f1' ;
Copy
54
0.21 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"7147ae01-6c01-4b15-b7c9-c1082047f8f1 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '7147ae01-6c01-4b15-b7c9-c1082047f8f1' ;
Copy
55
0.21 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"7147ae01-6c01-4b15-b7c9-c1082047f8f1 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '7147ae01-6c01-4b15-b7c9-c1082047f8f1' ;
Copy
56
0.19 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"7147ae01-6c01-4b15-b7c9-c1082047f8f1 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '7147ae01-6c01-4b15-b7c9-c1082047f8f1' ;
Copy
57
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"d0dd1af7-0437-48b4-9b1d-06939cba5ded "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = 'd0dd1af7-0437-48b4-9b1d-06939cba5ded' ;
Copy
58
0.18 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"d0dd1af7-0437-48b4-9b1d-06939cba5ded "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = 'd0dd1af7-0437-48b4-9b1d-06939cba5ded' ;
Copy
59
0.18 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"d0dd1af7-0437-48b4-9b1d-06939cba5ded "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = 'd0dd1af7-0437-48b4-9b1d-06939cba5ded' ;
Copy
60
0.19 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"d0dd1af7-0437-48b4-9b1d-06939cba5ded "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = 'd0dd1af7-0437-48b4-9b1d-06939cba5ded' ;
Copy
61
0.19 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"d0dd1af7-0437-48b4-9b1d-06939cba5ded "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = 'd0dd1af7-0437-48b4-9b1d-06939cba5ded' ;
Copy
62
0.22 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"f88a2f1d-1314-446f-a0fb-4569de684b07 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = 'f88a2f1d-1314-446f-a0fb-4569de684b07' ;
Copy
63
0.23 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"f88a2f1d-1314-446f-a0fb-4569de684b07 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = 'f88a2f1d-1314-446f-a0fb-4569de684b07' ;
Copy
64
0.18 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"f88a2f1d-1314-446f-a0fb-4569de684b07 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = 'f88a2f1d-1314-446f-a0fb-4569de684b07' ;
Copy
65
0.20 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"f88a2f1d-1314-446f-a0fb-4569de684b07 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = 'f88a2f1d-1314-446f-a0fb-4569de684b07' ;
Copy
66
0.20 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"f88a2f1d-1314-446f-a0fb-4569de684b07 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = 'f88a2f1d-1314-446f-a0fb-4569de684b07' ;
Copy
67
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"caad45a8-bc0f-4db1-bf78-b65da096cfee "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = 'caad45a8-bc0f-4db1-bf78-b65da096cfee' ;
Copy
68
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"caad45a8-bc0f-4db1-bf78-b65da096cfee "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = 'caad45a8-bc0f-4db1-bf78-b65da096cfee' ;
Copy
69
0.17 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"caad45a8-bc0f-4db1-bf78-b65da096cfee "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = 'caad45a8-bc0f-4db1-bf78-b65da096cfee' ;
Copy
70
0.19 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"caad45a8-bc0f-4db1-bf78-b65da096cfee "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = 'caad45a8-bc0f-4db1-bf78-b65da096cfee' ;
Copy
71
0.22 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"caad45a8-bc0f-4db1-bf78-b65da096cfee "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = 'caad45a8-bc0f-4db1-bf78-b65da096cfee' ;
Copy
72
0.18 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"2d890a45-399a-4985-a913-bd3ecd4bdfa5 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '2d890a45-399a-4985-a913-bd3ecd4bdfa5' ;
Copy
73
0.21 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"2d890a45-399a-4985-a913-bd3ecd4bdfa5 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '2d890a45-399a-4985-a913-bd3ecd4bdfa5' ;
Copy
74
0.21 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"2d890a45-399a-4985-a913-bd3ecd4bdfa5 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '2d890a45-399a-4985-a913-bd3ecd4bdfa5' ;
Copy
75
0.19 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"2d890a45-399a-4985-a913-bd3ecd4bdfa5 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '2d890a45-399a-4985-a913-bd3ecd4bdfa5' ;
Copy
76
0.26 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"2d890a45-399a-4985-a913-bd3ecd4bdfa5 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '2d890a45-399a-4985-a913-bd3ecd4bdfa5' ;
Copy
77
0.19 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"4dafcd0a-3b9a-4713-9487-a2dab2b25f23 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '4dafcd0a-3b9a-4713-9487-a2dab2b25f23' ;
Copy
78
0.21 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"4dafcd0a-3b9a-4713-9487-a2dab2b25f23 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '4dafcd0a-3b9a-4713-9487-a2dab2b25f23' ;
Copy
79
0.22 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"4dafcd0a-3b9a-4713-9487-a2dab2b25f23 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '4dafcd0a-3b9a-4713-9487-a2dab2b25f23' ;
Copy
80
0.19 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"4dafcd0a-3b9a-4713-9487-a2dab2b25f23 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '4dafcd0a-3b9a-4713-9487-a2dab2b25f23' ;
Copy
81
0.19 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"4dafcd0a-3b9a-4713-9487-a2dab2b25f23 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '4dafcd0a-3b9a-4713-9487-a2dab2b25f23' ;
Copy
82
0.22 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = ?
Parameters :
[
"08343453-35d8-491a-be00-b6e59329c584 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_main_mission t0 WHERE t0 . position_id = '08343453-35d8-491a-be00-b6e59329c584' ;
Copy
83
0.22 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = ?
Parameters :
[
"08343453-35d8-491a-be00-b6e59329c584 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_mission_activity t0 WHERE t0 . position_id = '08343453-35d8-491a-be00-b6e59329c584' ;
Copy
84
0.47 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = ?
Parameters :
[
"08343453-35d8-491a-be00-b6e59329c584 "
]
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . position_id AS position_id_3 FROM hr_responsibility t0 WHERE t0 . position_id = '08343453-35d8-491a-be00-b6e59329c584' ;
Copy
85
0.21 ms
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = ?
Parameters :
[
"08343453-35d8-491a-be00-b6e59329c584 "
]
SELECT t0 . id AS id_1 , t0 . skill AS skill_2 , t0 . position_id AS position_id_3 FROM hr_required_skill t0 WHERE t0 . position_id = '08343453-35d8-491a-be00-b6e59329c584' ;
Copy
86
0.24 ms
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = ?
Parameters :
[
"08343453-35d8-491a-be00-b6e59329c584 "
]
SELECT t0 . id AS id_1 , t0 . profile AS profile_2 , t0 . position_id AS position_id_3 FROM hr_desired_profile t0 WHERE t0 . position_id = '08343453-35d8-491a-be00-b6e59329c584' ;
Copy