1 |
1.39 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.enabled AS enabled_12, t13.id AS id_14, t13.description AS description_15, t13.user_id AS user_id_16, t13.affiliation_id AS affiliation_id_17, t18.id AS id_19, t18.user_id AS user_id_20, t18.external_academic_unit_id AS external_academic_unit_id_21, t18.enterprise_id AS enterprise_id_22, t18.faculty_id AS faculty_id_23, t18.affiliation_id AS affiliation_id_24, t25.id AS id_26, t25.user_id AS user_id_27, t25.external_academic_unit_id AS external_academic_unit_id_28, t25.enterprise_id AS enterprise_id_29, t25.faculty_id AS faculty_id_30, t25.affiliation_id AS affiliation_id_31, t25.major_id AS major_id_32, t33.id AS id_34, t33.time AS time_35, t33.auth AS auth_36, t33.user_id AS user_id_37 FROM `user` t0 LEFT JOIN other t13 ON t13.user_id = t0.id LEFT JOIN mentor t18 ON t18.user_id = t0.id LEFT JOIN student t25 ON t25.user_id = t0.id LEFT JOIN restorer t33 ON t33.user_id = t0.id WHERE t0.rut = ? LIMIT 1
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.enabled AS enabled_12, t13.id AS id_14, t13.description AS description_15, t13.user_id AS user_id_16, t13.affiliation_id AS affiliation_id_17, t18.id AS id_19, t18.user_id AS user_id_20, t18.external_academic_unit_id AS external_academic_unit_id_21, t18.enterprise_id AS enterprise_id_22, t18.faculty_id AS faculty_id_23, t18.affiliation_id AS affiliation_id_24, t25.id AS id_26, t25.user_id AS user_id_27, t25.external_academic_unit_id AS external_academic_unit_id_28, t25.enterprise_id AS enterprise_id_29, t25.faculty_id AS faculty_id_30, t25.affiliation_id AS affiliation_id_31, t25.major_id AS major_id_32, t33.id AS id_34, t33.time AS time_35, t33.auth AS auth_36, t33.user_id AS user_id_37 FROM `user` t0 LEFT JOIN other t13 ON t13.user_id = t0.id LEFT JOIN mentor t18 ON t18.user_id = t0.id LEFT JOIN student t25 ON t25.user_id = t0.id LEFT JOIN restorer t33 ON t33.user_id = t0.id WHERE t0.rut = 16094040 LIMIT 1;
|