3.21 ms (100.00%)
|
1 |
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.adress AS adress_4, t0.country AS country_5, t0.nationality AS nationality_6, t0.passport AS passport_7, t0.passport_file AS passport_file_8, t0.cv AS cv_9, t0.profil_picture AS profil_picture_10, t0.current_location AS current_location_11, t0.birth_date AS birth_date_12, t0.place_of_birth AS place_of_birth_13, t0.email AS email_14, t0.password AS password_15, t0.availability AS availability_16, t0.job_category AS job_category_17, t0.experience AS experience_18, t0.short_description AS short_description_19, t0.notes AS notes_20, t0.gender AS gender_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.deleted_at AS deleted_at_24, t0.files AS files_25, t0.id_user_id AS id_user_id_26 FROM candidate t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.adress AS adress_4, t0.country AS country_5, t0.nationality AS nationality_6, t0.passport AS passport_7, t0.passport_file AS passport_file_8, t0.cv AS cv_9, t0.profil_picture AS profil_picture_10, t0.current_location AS current_location_11, t0.birth_date AS birth_date_12, t0.place_of_birth AS place_of_birth_13, t0.email AS email_14, t0.password AS password_15, t0.availability AS availability_16, t0.job_category AS job_category_17, t0.experience AS experience_18, t0.short_description AS short_description_19, t0.notes AS notes_20, t0.gender AS gender_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.deleted_at AS deleted_at_24, t0.files AS files_25, t0.id_user_id AS id_user_id_26 FROM candidate t0 WHERE t0.id = '1';
|