8.40 ms (62.28%)
|
29 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.phone AS phone_4, t0.description AS description_5, t0.website AS website_6, t0.type AS type_7, t0.sports AS sports_8, t0.coordinates AS coordinates_9, t0.email AS email_10, t0.administrative_district AS administrative_district_11, t0.update_status AS update_status_12, t0.image AS image_13 FROM facility t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.phone AS phone_4, t0.description AS description_5, t0.website AS website_6, t0.type AS type_7, t0.sports AS sports_8, t0.coordinates AS coordinates_9, t0.email AS email_10, t0.administrative_district AS administrative_district_11, t0.update_status AS update_status_12, t0.image AS image_13 FROM facility t0 WHERE t0.id = 74;
|
0.65 ms (4.81%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.sport_id AS sport_id_3, t0.week_description AS week_description_4, t0.website AS website_5, t0.address AS address_6, t0.monday AS monday_7, t0.tuesday AS tuesday_8, t0.wednesday AS wednesday_9, t0.thursday AS thursday_10, t0.friday AS friday_11, t0.saturday AS saturday_12, t0.sunday AS sunday_13, t0.reservation_phone AS reservation_phone_14, t0.reservation_email AS reservation_email_15, t0.reservation_web AS reservation_web_16, t0.display AS display_17, t0.hash AS hash_18, t0.full AS full_19, t0.created_by AS created_by_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.year AS year_23, t0.slug AS slug_24, t0.facility_id AS facility_id_25, t0.club_id AS club_id_26, t0.sport_id AS sport_id_27 FROM tyden_sportu t0 ORDER BY t0.year DESC, t0.id DESC
SELECT t0.id AS id_1, t0.email AS email_2, t0.sport_id AS sport_id_3, t0.week_description AS week_description_4, t0.website AS website_5, t0.address AS address_6, t0.monday AS monday_7, t0.tuesday AS tuesday_8, t0.wednesday AS wednesday_9, t0.thursday AS thursday_10, t0.friday AS friday_11, t0.saturday AS saturday_12, t0.sunday AS sunday_13, t0.reservation_phone AS reservation_phone_14, t0.reservation_email AS reservation_email_15, t0.reservation_web AS reservation_web_16, t0.display AS display_17, t0.hash AS hash_18, t0.full AS full_19, t0.created_by AS created_by_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.year AS year_23, t0.slug AS slug_24, t0.facility_id AS facility_id_25, t0.club_id AS club_id_26, t0.sport_id AS sport_id_27 FROM tyden_sportu t0 ORDER BY t0.year DESC, t0.id DESC;
|