| 1 |
0.59 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t5.id AS id_6, t5.first_name AS first_name_7, t5.last_name AS last_name_8, t5.email AS email_9, t5.phone AS phone_10, t5.user_id AS user_id_11, t5.address_id AS address_id_12 FROM user t0 LEFT JOIN profile_details t5 ON t5.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, t5.id AS id_6, t5.first_name AS first_name_7, t5.last_name AS last_name_8, t5.email AS email_9, t5.phone AS phone_10, t5.user_id AS user_id_11, t5.address_id AS address_id_12 FROM user t0 LEFT JOIN profile_details t5 ON t5.user_id = t0.id WHERE t0.id = 1;
|
| 2 |
0.55 ms |
SELECT t0.id AS id_1, t0.date_and_time AS date_and_time_2, t0.church_name AS church_name_3, t0.parish_name AS parish_name_4, t0.mass AS mass_5, t0.archived AS archived_6, t0.creation_date AS creation_date_7, t0.paid AS paid_8, t0.payment_method AS payment_method_9, t0.payment_date AS payment_date_10, t0.wedding AS wedding_11, t0.address_id AS address_id_12, t0.person1_details_id AS person1_details_id_13, t0.person2_details_id AS person2_details_id_14, t0.celebrant_details_id AS celebrant_details_id_15, t0.creation_by_id AS creation_by_id_16, t0.paid_by_id AS paid_by_id_17 FROM celebration t0 WHERE t0.creation_by_id = ? AND t0.wedding = ?
SELECT t0.id AS id_1, t0.date_and_time AS date_and_time_2, t0.church_name AS church_name_3, t0.parish_name AS parish_name_4, t0.mass AS mass_5, t0.archived AS archived_6, t0.creation_date AS creation_date_7, t0.paid AS paid_8, t0.payment_method AS payment_method_9, t0.payment_date AS payment_date_10, t0.wedding AS wedding_11, t0.address_id AS address_id_12, t0.person1_details_id AS person1_details_id_13, t0.person2_details_id AS person2_details_id_14, t0.celebrant_details_id AS celebrant_details_id_15, t0.creation_by_id AS creation_by_id_16, t0.paid_by_id AS paid_by_id_17 FROM celebration t0 WHERE t0.creation_by_id = 1 AND t0.wedding = 1;
|
| 4 |
0.40 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.user_id AS user_id_6, t0.address_id AS address_id_7 FROM profile_details t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.user_id AS user_id_6, t0.address_id AS address_id_7 FROM profile_details t0 WHERE t0.id = 3;
|
| 5 |
0.34 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.user_id AS user_id_6, t0.address_id AS address_id_7 FROM profile_details t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.user_id AS user_id_6, t0.address_id AS address_id_7 FROM profile_details t0 WHERE t0.id = 4;
|