1 |
1.57 ms |
SELECT t0.id AS id_1, t0.year AS year_2, t0.type AS type_3, t0.current_year10 AS current_year10_4, t0.current_year20 AS current_year20_5, t0.current_year100 AS current_year100_6, t0.ttn_year10 AS ttn_year10_7, t0.ttn_year20 AS ttn_year20_8, t0.ttn_year100 AS ttn_year100_9, t0.prev_year10 AS prev_year10_10, t0.prev_year20 AS prev_year20_11, t0.prev_year100 AS prev_year100_12, t0.multi_year10 AS multi_year10_13, t0.multi_year20 AS multi_year20_14, t0.multi_year100 AS multi_year100_15, t0.station_id AS station_id_16 FROM productive_reserves_of_soil_moisture t0 WHERE t0.type = ?
SELECT t0.id AS id_1, t0.year AS year_2, t0.type AS type_3, t0.current_year10 AS current_year10_4, t0.current_year20 AS current_year20_5, t0.current_year100 AS current_year100_6, t0.ttn_year10 AS ttn_year10_7, t0.ttn_year20 AS ttn_year20_8, t0.ttn_year100 AS ttn_year100_9, t0.prev_year10 AS prev_year10_10, t0.prev_year20 AS prev_year20_11, t0.prev_year100 AS prev_year100_12, t0.multi_year10 AS multi_year10_13, t0.multi_year20 AS multi_year20_14, t0.multi_year100 AS multi_year100_15, t0.station_id AS station_id_16 FROM productive_reserves_of_soil_moisture t0 WHERE t0.type = 1;
|
2 |
3.17 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;
|
3 |
1.25 ms |
SELECT t0.id AS id_1, t0.csdn_index AS csdn_index_2, t0.name AS name_3, t0.code AS code_4, t0.alt AS alt_5, t0.time_shift AS time_shift_6, t0.mzone AS mzone_7, t0.first_point AS first_point_8, t0.points_count AS points_count_9, t0.phones AS phones_10, t0.active AS active_11, t0.center_lat AS center_lat_12, t0.center_long AS center_long_13, t0.place_id AS place_id_14 FROM csdn_station t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.csdn_index AS csdn_index_2, t0.name AS name_3, t0.code AS code_4, t0.alt AS alt_5, t0.time_shift AS time_shift_6, t0.mzone AS mzone_7, t0.first_point AS first_point_8, t0.points_count AS points_count_9, t0.phones AS phones_10, t0.active AS active_11, t0.center_lat AS center_lat_12, t0.center_long AS center_long_13, t0.place_id AS place_id_14 FROM csdn_station t0 WHERE t0.id = 650;
|