| 1 |
0.76 ms |
SELECT t0.rut AS rut_1, t0.status AS status_2, t0.post AS post_3, t0.biography AS biography_4, t0.interest_areas AS interest_areas_5, t0.english_interest_areas AS english_interest_areas_6, t0.user_id AS user_id_7 FROM faculty t0 WHERE t0.user_id = ? LIMIT 1
SELECT t0.rut AS rut_1, t0.status AS status_2, t0.post AS post_3, t0.biography AS biography_4, t0.interest_areas AS interest_areas_5, t0.english_interest_areas AS english_interest_areas_6, t0.user_id AS user_id_7 FROM faculty t0 WHERE t0.user_id = 316 LIMIT 1;
|
| 2 |
0.87 ms |
SELECT t0.id AS id_1, t0.creation_date AS creation_date_2, t0.title AS title_3, t0.english_title AS english_title_4, t0.description AS description_5, t0.english_description AS english_description_6, t0.total_slots AS total_slots_7, t0.picture AS picture_8, t0.published_deadline AS published_deadline_9, t0.faculty_rut AS faculty_rut_10, t0.second_faculty_rut AS second_faculty_rut_11, t0.status_id AS status_id_12, t0.cod_curriculum_id AS cod_curriculum_id_13, t0.created_by_admin_id AS created_by_admin_id_14 FROM opportunity t0 WHERE t0.faculty_rut = ?
SELECT t0.id AS id_1, t0.creation_date AS creation_date_2, t0.title AS title_3, t0.english_title AS english_title_4, t0.description AS description_5, t0.english_description AS english_description_6, t0.total_slots AS total_slots_7, t0.picture AS picture_8, t0.published_deadline AS published_deadline_9, t0.faculty_rut AS faculty_rut_10, t0.second_faculty_rut AS second_faculty_rut_11, t0.status_id AS status_id_12, t0.cod_curriculum_id AS cod_curriculum_id_13, t0.created_by_admin_id AS created_by_admin_id_14 FROM opportunity t0 WHERE t0.faculty_rut = 27801262;
|
| 3 |
1.09 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.deactivated_notifications AS deactivated_notifications_5, t0.sex AS sex_6, t0.rut AS rut_7, t0.name AS name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.picture AS picture_11, t0.reset_token AS reset_token_12, t0.reset_token_expires_at AS reset_token_expires_at_13, t0.career AS career_14, t0.curriculum AS curriculum_15, t0.other_university AS other_university_16, t17.rut AS rut_18, t17.status AS status_19, t17.post AS post_20, t17.biography AS biography_21, t17.interest_areas AS interest_areas_22, t17.english_interest_areas AS english_interest_areas_23, t17.user_id AS user_id_24, t25.id AS id_26, t25.career AS career_27, t25.curriculum AS curriculum_28, t25.other_university AS other_university_29, t25.user_id AS user_id_30, t25.cod_pais AS cod_pais_31, t25.cod_universidad AS cod_universidad_32, t0.cod_pais AS cod_pais_33, t0.cod_universidad AS cod_universidad_34 FROM `user` t0 LEFT JOIN faculty t17 ON t17.user_id = t0.id LEFT JOIN applicant t25 ON t25.user_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.deactivated_notifications AS deactivated_notifications_5, t0.sex AS sex_6, t0.rut AS rut_7, t0.name AS name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.picture AS picture_11, t0.reset_token AS reset_token_12, t0.reset_token_expires_at AS reset_token_expires_at_13, t0.career AS career_14, t0.curriculum AS curriculum_15, t0.other_university AS other_university_16, t17.rut AS rut_18, t17.status AS status_19, t17.post AS post_20, t17.biography AS biography_21, t17.interest_areas AS interest_areas_22, t17.english_interest_areas AS english_interest_areas_23, t17.user_id AS user_id_24, t25.id AS id_26, t25.career AS career_27, t25.curriculum AS curriculum_28, t25.other_university AS other_university_29, t25.user_id AS user_id_30, t25.cod_pais AS cod_pais_31, t25.cod_universidad AS cod_universidad_32, t0.cod_pais AS cod_pais_33, t0.cod_universidad AS cod_universidad_34 FROM `user` t0 LEFT JOIN faculty t17 ON t17.user_id = t0.id LEFT JOIN applicant t25 ON t25.user_id = t0.id WHERE t0.id = 316;
|