| 1 |
3.54 ms |
SELECT t0.id AS id_1, t0.year AS year_2, t0.title AS title_3, t0.description AS description_4 FROM season_calendar t0 ORDER BY t0.year DESC
SELECT t0.id AS id_1, t0.year AS year_2, t0.title AS title_3, t0.description AS description_4 FROM season_calendar t0 ORDER BY t0.year DESC;
|
| 2 |
0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.cover_image AS cover_image_4 FROM championship t0 ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.cover_image AS cover_image_4 FROM championship t0 ORDER BY t0.name ASC;
|
| 3 |
0.50 ms |
SELECT t0.id AS id_1, t0.club_name AS club_name_2, t0.logo_path AS logo_path_3, t0.favicon_path AS favicon_path_4 FROM site_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.club_name AS club_name_2, t0.logo_path AS logo_path_3, t0.favicon_path AS favicon_path_4 FROM site_settings t0 LIMIT 1;
|
| 4 |
0.31 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.address AS address_4, t0.facebook AS facebook_5, t0.instagram AS instagram_6, t0.twitter AS twitter_7, t0.youtube AS youtube_8 FROM contact_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.address AS address_4, t0.facebook AS facebook_5, t0.instagram AS instagram_6, t0.twitter AS twitter_7, t0.youtube AS youtube_8 FROM contact_settings t0 LIMIT 1;
|
| 5 |
2.12 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.calendar_id = ? ORDER BY t0.event_date ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.calendar_id = 2 ORDER BY t0.event_date ASC;
|
| 6 |
0.41 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.calendar_id = ? ORDER BY t0.event_date ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.calendar_id = 1 ORDER BY t0.event_date ASC;
|
| 7 |
0.64 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.championship_id = ? ORDER BY t0.event_date ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.championship_id = 2 ORDER BY t0.event_date ASC;
|
| 8 |
0.29 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.championship_id = ? ORDER BY t0.event_date ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.championship_id = 1 ORDER BY t0.event_date ASC;
|