11.62 ms (75.55%)
|
1 |
SELECT h0_.id AS id_0, h0_.status AS status_1, h0_.sum_collected AS sum_collected_2, h0_.sum_transmitted AS sum_transmitted_3, h0_.active AS active_4, h0_.active_home_page AS active_home_page_5, h0_.title AS title_6, h0_.slug AS slug_7, h0_.target AS target_8, h0_.start_at AS start_at_9, h0_.description AS description_10, h0_.description_short AS description_short_11, h0_.description_short_payment AS description_short_payment_12, h0_.result_description AS result_description_13, h0_.video AS video_14, h0_.sort_order AS sort_order_15, h0_.ekzeget_view_count AS ekzeget_view_count_16, h0_.meta_title AS meta_title_17, h0_.meta_description AS meta_description_18, h0_.meta_keywords AS meta_keywords_19, m1_.id AS id_20, m1_.title AS title_21, m1_.private AS private_22, m1_.sort AS sort_23, m1_.file_path AS file_path_24, m2_.id AS id_25, m2_.title AS title_26, m2_.private AS private_27, m2_.sort AS sort_28, m2_.file_path AS file_path_29, m3_.id AS id_30, m3_.title AS title_31, m3_.private AS private_32, m3_.sort AS sort_33, m3_.file_path AS file_path_34, m4_.id AS id_35, m4_.title AS title_36, m4_.private AS private_37, m4_.sort AS sort_38, m4_.file_path AS file_path_39, h0_.image_id AS image_id_40 FROM help_program h0_ LEFT JOIN media m1_ ON h0_.image_id = m1_.id LEFT JOIN help_program_images h5_ ON h0_.id = h5_.help_program_id LEFT JOIN media m2_ ON m2_.id = h5_.image_id LEFT JOIN help_program_files h6_ ON h0_.id = h6_.help_program_id LEFT JOIN media m3_ ON m3_.id = h6_.file_id LEFT JOIN help_program_report_images h7_ ON h0_.id = h7_.help_program_id LEFT JOIN media m4_ ON m4_.id = h7_.image_id WHERE h0_.active = ? AND h0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY h0_.id ASC
Parameters: [
1
24
26
27
28
31
32
]
SELECT
h0_.id AS id_0,
h0_.status AS status_1,
h0_.sum_collected AS sum_collected_2,
h0_.sum_transmitted AS sum_transmitted_3,
h0_.active AS active_4,
h0_.active_home_page AS active_home_page_5,
h0_.title AS title_6,
h0_.slug AS slug_7,
h0_.target AS target_8,
h0_.start_at AS start_at_9,
h0_.description AS description_10,
h0_.description_short AS description_short_11,
h0_.description_short_payment AS description_short_payment_12,
h0_.result_description AS result_description_13,
h0_.video AS video_14,
h0_.sort_order AS sort_order_15,
h0_.ekzeget_view_count AS ekzeget_view_count_16,
h0_.meta_title AS meta_title_17,
h0_.meta_description AS meta_description_18,
h0_.meta_keywords AS meta_keywords_19,
m1_.id AS id_20,
m1_.title AS title_21,
m1_.private AS private_22,
m1_.sort AS sort_23,
m1_.file_path AS file_path_24,
m2_.id AS id_25,
m2_.title AS title_26,
m2_.private AS private_27,
m2_.sort AS sort_28,
m2_.file_path AS file_path_29,
m3_.id AS id_30,
m3_.title AS title_31,
m3_.private AS private_32,
m3_.sort AS sort_33,
m3_.file_path AS file_path_34,
m4_.id AS id_35,
m4_.title AS title_36,
m4_.private AS private_37,
m4_.sort AS sort_38,
m4_.file_path AS file_path_39,
h0_.image_id AS image_id_40
FROM
help_program h0_
LEFT JOIN media m1_ ON h0_.image_id = m1_.id
LEFT JOIN help_program_images h5_ ON h0_.id = h5_.help_program_id
LEFT JOIN media m2_ ON m2_.id = h5_.image_id
LEFT JOIN help_program_files h6_ ON h0_.id = h6_.help_program_id
LEFT JOIN media m3_ ON m3_.id = h6_.file_id
LEFT JOIN help_program_report_images h7_ ON h0_.id = h7_.help_program_id
LEFT JOIN media m4_ ON m4_.id = h7_.image_id
WHERE
h0_.active = ?
AND h0_.id IN (?, ?, ?, ?, ?, ?)
ORDER BY
h0_.id ASC
SELECT h0_.id AS id_0, h0_.status AS status_1, h0_.sum_collected AS sum_collected_2, h0_.sum_transmitted AS sum_transmitted_3, h0_.active AS active_4, h0_.active_home_page AS active_home_page_5, h0_.title AS title_6, h0_.slug AS slug_7, h0_.target AS target_8, h0_.start_at AS start_at_9, h0_.description AS description_10, h0_.description_short AS description_short_11, h0_.description_short_payment AS description_short_payment_12, h0_.result_description AS result_description_13, h0_.video AS video_14, h0_.sort_order AS sort_order_15, h0_.ekzeget_view_count AS ekzeget_view_count_16, h0_.meta_title AS meta_title_17, h0_.meta_description AS meta_description_18, h0_.meta_keywords AS meta_keywords_19, m1_.id AS id_20, m1_.title AS title_21, m1_.private AS private_22, m1_.sort AS sort_23, m1_.file_path AS file_path_24, m2_.id AS id_25, m2_.title AS title_26, m2_.private AS private_27, m2_.sort AS sort_28, m2_.file_path AS file_path_29, m3_.id AS id_30, m3_.title AS title_31, m3_.private AS private_32, m3_.sort AS sort_33, m3_.file_path AS file_path_34, m4_.id AS id_35, m4_.title AS title_36, m4_.private AS private_37, m4_.sort AS sort_38, m4_.file_path AS file_path_39, h0_.image_id AS image_id_40 FROM help_program h0_ LEFT JOIN media m1_ ON h0_.image_id = m1_.id LEFT JOIN help_program_images h5_ ON h0_.id = h5_.help_program_id LEFT JOIN media m2_ ON m2_.id = h5_.image_id LEFT JOIN help_program_files h6_ ON h0_.id = h6_.help_program_id LEFT JOIN media m3_ ON m3_.id = h6_.file_id LEFT JOIN help_program_report_images h7_ ON h0_.id = h7_.help_program_id LEFT JOIN media m4_ ON m4_.id = h7_.image_id WHERE h0_.active = 1 AND h0_.id IN (24, 26, 27, 28, 31, 32) ORDER BY h0_.id ASC;
|