| 2 |
0.93 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, t14.rut AS rut_15, t14.status AS status_16, t14.post AS post_17, t14.biography AS biography_18, t14.interest_areas AS interest_areas_19, t14.english_interest_areas AS english_interest_areas_20, t14.user_id AS user_id_21, t22.id AS id_23, t22.career AS career_24, t22.curriculum AS curriculum_25, t22.user_id AS user_id_26, t22.cod_pais AS cod_pais_27, t22.cod_universidad AS cod_universidad_28, t29.id AS id_30, t29.application_date AS application_date_31, t29.comment AS comment_32, t29.name AS name_33, t29.last_name AS last_name_34, t29.email AS email_35, t29.career AS career_36, t29.curriculum AS curriculum_37, t29.applicant_id AS applicant_id_38, t29.opportunity_id AS opportunity_id_39, t29.cod_universidad AS cod_universidad_40, t29.cod_pais AS cod_pais_41, t0.administrativo_asignado_id AS administrativo_asignado_id_42 FROM `user` t0 LEFT JOIN faculty t14 ON t14.user_id = t0.id LEFT JOIN applicant t22 ON t22.user_id = t0.id LEFT JOIN application t29 ON t29.applicant_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, t14.rut AS rut_15, t14.status AS status_16, t14.post AS post_17, t14.biography AS biography_18, t14.interest_areas AS interest_areas_19, t14.english_interest_areas AS english_interest_areas_20, t14.user_id AS user_id_21, t22.id AS id_23, t22.career AS career_24, t22.curriculum AS curriculum_25, t22.user_id AS user_id_26, t22.cod_pais AS cod_pais_27, t22.cod_universidad AS cod_universidad_28, t29.id AS id_30, t29.application_date AS application_date_31, t29.comment AS comment_32, t29.name AS name_33, t29.last_name AS last_name_34, t29.email AS email_35, t29.career AS career_36, t29.curriculum AS curriculum_37, t29.applicant_id AS applicant_id_38, t29.opportunity_id AS opportunity_id_39, t29.cod_universidad AS cod_universidad_40, t29.cod_pais AS cod_pais_41, t0.administrativo_asignado_id AS administrativo_asignado_id_42 FROM `user` t0 LEFT JOIN faculty t14 ON t14.user_id = t0.id LEFT JOIN applicant t22 ON t22.user_id = t0.id LEFT JOIN application t29 ON t29.applicant_id = t0.id WHERE t0.id = 3;
|