0.88 ms (53.74%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.email_info AS email_info_3, t0.roles AS roles_4, t0.password AS password_5, t0.username AS username_6, t0.created_at AS created_at_7, t0.is_verified AS is_verified_8, t0.google_id AS google_id_9, t0.facebook_id AS facebook_id_10, t0.facebook_email AS facebook_email_11, t0.name AS name_12, t0.first_name AS first_name_13, t0.last_name AS last_name_14, t0.avatar AS avatar_15, t0.phone_number AS phone_number_16, t0.verification_code AS verification_code_17, t0.username_prefix AS username_prefix_18, t0.username_suffix AS username_suffix_19, t0.step AS step_20, t21.id AS id_22, t21.user_id AS user_id_23, t21.selected_choir_id AS selected_choir_id_24 FROM `user` t0 LEFT JOIN user_config t21 ON t21.user_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.email_info AS email_info_3, t0.roles AS roles_4, t0.password AS password_5, t0.username AS username_6, t0.created_at AS created_at_7, t0.is_verified AS is_verified_8, t0.google_id AS google_id_9, t0.facebook_id AS facebook_id_10, t0.facebook_email AS facebook_email_11, t0.name AS name_12, t0.first_name AS first_name_13, t0.last_name AS last_name_14, t0.avatar AS avatar_15, t0.phone_number AS phone_number_16, t0.verification_code AS verification_code_17, t0.username_prefix AS username_prefix_18, t0.username_suffix AS username_suffix_19, t0.step AS step_20, t21.id AS id_22, t21.user_id AS user_id_23, t21.selected_choir_id AS selected_choir_id_24 FROM `user` t0 LEFT JOIN user_config t21 ON t21.user_id = t0.id WHERE t0.id = 2;
|
0.76 ms (46.26%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.description AS description_4, t0.choir_id AS choir_id_5, t0.church_id AS church_id_6, t0.created_by_id AS created_by_id_7 FROM choir t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.description AS description_4, t0.choir_id AS choir_id_5, t0.church_id AS church_id_6, t0.created_by_id AS created_by_id_7 FROM choir t0 WHERE t0.id = 1;
|