1 |
2.27 ms |
SELECT t0.id AS id_1, t0.year AS year_2, t0.current_year_avg_temp AS current_year_avg_temp_3, t0.prev_year_avg_temp_diff AS prev_year_avg_temp_diff_4, t0.multi_year_avg_temp_diff AS multi_year_avg_temp_diff_5, t0.current_year_max_temp AS current_year_max_temp_6, t0.current_year_min_temp AS current_year_min_temp_7, t0.rain10_days AS rain10_days_8, t0.rain_more_then10mm AS rain_more_then10mm_9, t0.avg_relative_humidity AS avg_relative_humidity_10, t0.max_temp10_cm AS max_temp10_cm_11, t0.max_temp_soil AS max_temp_soil_12, t0.min30_and_less_humidity AS min30_and_less_humidity_13, t0.station_id AS station_id_14 FROM meteorological_information t0
SELECT t0.id AS id_1, t0.year AS year_2, t0.current_year_avg_temp AS current_year_avg_temp_3, t0.prev_year_avg_temp_diff AS prev_year_avg_temp_diff_4, t0.multi_year_avg_temp_diff AS multi_year_avg_temp_diff_5, t0.current_year_max_temp AS current_year_max_temp_6, t0.current_year_min_temp AS current_year_min_temp_7, t0.rain10_days AS rain10_days_8, t0.rain_more_then10mm AS rain_more_then10mm_9, t0.avg_relative_humidity AS avg_relative_humidity_10, t0.max_temp10_cm AS max_temp10_cm_11, t0.max_temp_soil AS max_temp_soil_12, t0.min30_and_less_humidity AS min30_and_less_humidity_13, t0.station_id AS station_id_14 FROM meteorological_information t0;
|
2 |
3.30 ms |
SELECT c0_.id AS id_0, c0_.url AS url_1, c0_.sort_index AS sort_index_2, c0_.title_ru AS title_ru_3, c0_.title_kg AS title_kg_4, c0_.title_en AS title_en_5, c0_.image AS image_6, c1_.id AS id_7 FROM content_menu c0_ LEFT JOIN content_menu c1_ ON c0_.parent_id = c1_.id LEFT JOIN content_menu_group c2_ ON c0_.group_id = c2_.id WHERE c2_.alias = ? AND c0_.published = TRUE ORDER BY c0_.sort_index ASC
Parameters: [
"main-menu"
]
SELECT c0_.id AS id_0, c0_.url AS url_1, c0_.sort_index AS sort_index_2, c0_.title_ru AS title_ru_3, c0_.title_kg AS title_kg_4, c0_.title_en AS title_en_5, c0_.image AS image_6, c1_.id AS id_7 FROM content_menu c0_ LEFT JOIN content_menu c1_ ON c0_.parent_id = c1_.id LEFT JOIN content_menu_group c2_ ON c0_.group_id = c2_.id WHERE c2_.alias = 'main-menu' AND c0_.published = TRUE ORDER BY c0_.sort_index ASC;
|