| 1 |
1.38 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.id = ?
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.id = '1';
|
| 3 |
0.47 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.37 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;
|