1
0.73 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . slogan AS slogan_4 , t0 . color AS color_5 , t0 . resident AS resident_6 , t0 . network AS network_7 , t0 . is_created AS is_created_8 , t0 . is_activated AS is_activated_9 , t0 . created_at AS created_at_10 , t0 . data AS data_11 , t0 . legal AS legal_12 , t0 . wallpaper AS wallpaper_13 , t0 . statistical AS statistical_14 , t0 . manager_id AS manager_id_15 , t0 . main_borough_id AS main_borough_id_16 FROM subdomain t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"strasbourg "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . slogan AS slogan_4 , t0 . color AS color_5 , t0 . resident AS resident_6 , t0 . network AS network_7 , t0 . is_created AS is_created_8 , t0 . is_activated AS is_activated_9 , t0 . created_at AS created_at_10 , t0 . data AS data_11 , t0 . legal AS legal_12 , t0 . wallpaper AS wallpaper_13 , t0 . statistical AS statistical_14 , t0 . manager_id AS manager_id_15 , t0 . main_borough_id AS main_borough_id_16 FROM subdomain t0 WHERE t0 . slug = 'strasbourg' LIMIT 1 ;
Copy
2
0.73 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . slogan AS slogan_4 , t0 . color AS color_5 , t0 . resident AS resident_6 , t0 . network AS network_7 , t0 . is_created AS is_created_8 , t0 . is_activated AS is_activated_9 , t0 . created_at AS created_at_10 , t0 . data AS data_11 , t0 . legal AS legal_12 , t0 . wallpaper AS wallpaper_13 , t0 . statistical AS statistical_14 , t0 . manager_id AS manager_id_15 , t0 . main_borough_id AS main_borough_id_16 FROM subdomain t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"strasbourg "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . slogan AS slogan_4 , t0 . color AS color_5 , t0 . resident AS resident_6 , t0 . network AS network_7 , t0 . is_created AS is_created_8 , t0 . is_activated AS is_activated_9 , t0 . created_at AS created_at_10 , t0 . data AS data_11 , t0 . legal AS legal_12 , t0 . wallpaper AS wallpaper_13 , t0 . statistical AS statistical_14 , t0 . manager_id AS manager_id_15 , t0 . main_borough_id AS main_borough_id_16 FROM subdomain t0 WHERE t0 . slug = 'strasbourg' LIMIT 1 ;
Copy
3
19.02 ms
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . slogan AS slogan_3 , s0_ . color AS color_4 , s0_ . resident AS resident_5 , s0_ . network AS network_6 , s0_ . is_created AS is_created_7 , s0_ . is_activated AS is_activated_8 , s0_ . created_at AS created_at_9 , s0_ . data AS data_10 , s0_ . legal AS legal_11 , s0_ . wallpaper AS wallpaper_12 , s0_ . statistical AS statistical_13 , s0_ . manager_id AS manager_id_14 , s0_ . main_borough_id AS main_borough_id_15 FROM subdomain s0_ INNER JOIN subdomain_borough s2_ ON s0_ . id = s2_ . subdomain_id INNER JOIN borough b1_ ON b1_ . id = s2_ . borough_id INNER JOIN city c3_ ON b1_ . id = c3_ . borough_id INNER JOIN event e4_ ON c3_ . id = e4_ . city_id WHERE e4_ . date_end > = ? GROUP BY s0_ . id HAVING COUNT (e4_ . id ) > 0 ORDER BY COUNT (e4_ . id ) DESC
Parameters :
[
"2026-08-14 "
]
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . slogan AS slogan_3 , s0_ . color AS color_4 , s0_ . resident AS resident_5 , s0_ . network AS network_6 , s0_ . is_created AS is_created_7 , s0_ . is_activated AS is_activated_8 , s0_ . created_at AS created_at_9 , s0_ . data AS data_10 , s0_ . legal AS legal_11 , s0_ . wallpaper AS wallpaper_12 , s0_ . statistical AS statistical_13 , s0_ . manager_id AS manager_id_14 , s0_ . main_borough_id AS main_borough_id_15 FROM subdomain s0_ INNER JOIN subdomain_borough s2_ ON s0_ . id = s2_ . subdomain_id INNER JOIN borough b1_ ON b1_ . id = s2_ . borough_id INNER JOIN city c3_ ON b1_ . id = c3_ . borough_id INNER JOIN event e4_ ON c3_ . id = e4_ . city_id WHERE e4_ . date_end > = '2026-08-14' GROUP BY s0_ . id HAVING COUNT (e4_ . id ) > 0 ORDER BY COUNT (e4_ . id ) DESC ;
Copy