0.48 ms (67.83%)
|
1 |
SELECT u0_.id AS id_0, u0_.draft_type AS draft_type_1, u0_.draft_status AS draft_status_2, u0_.draft_token AS draft_token_3, u0_.opened_at AS opened_at_4, u0_.univ_code AS univ_code_5, u0_.univ_name AS univ_name_6, u0_.found_type AS found_type_7, u0_.client_type AS client_type_8, u0_.gender_type AS gender_type_9, u0_.school_type AS school_type_10, u0_.memo AS memo_11, u0_.univ_url AS univ_url_12, u0_.post_code AS post_code_13, u0_.prefecture AS prefecture_14, u0_.addr_city AS addr_city_15, u0_.addr_town AS addr_town_16, u0_.addr_building AS addr_building_17, u0_.telephone AS telephone_18, u0_.email AS email_19, u0_.parent_id AS parent_id_20, u0_.emblem_image_id AS emblem_image_id_21 FROM university u0_ WHERE u0_.draft_type = ? AND u0_.draft_status = ?
Parameters: [
"MAIN"
"OPEN"
]
SELECT u0_.id AS id_0, u0_.draft_type AS draft_type_1, u0_.draft_status AS draft_status_2, u0_.draft_token AS draft_token_3, u0_.opened_at AS opened_at_4, u0_.univ_code AS univ_code_5, u0_.univ_name AS univ_name_6, u0_.found_type AS found_type_7, u0_.client_type AS client_type_8, u0_.gender_type AS gender_type_9, u0_.school_type AS school_type_10, u0_.memo AS memo_11, u0_.univ_url AS univ_url_12, u0_.post_code AS post_code_13, u0_.prefecture AS prefecture_14, u0_.addr_city AS addr_city_15, u0_.addr_town AS addr_town_16, u0_.addr_building AS addr_building_17, u0_.telephone AS telephone_18, u0_.email AS email_19, u0_.parent_id AS parent_id_20, u0_.emblem_image_id AS emblem_image_id_21 FROM university u0_ WHERE u0_.draft_type = 'MAIN' AND u0_.draft_status = 'OPEN';
|
0.23 ms (32.17%)
|
1 |
SELECT t0.id AS id_1, t0.image_status AS image_status_2, t0.image_type AS image_type_3, t0.file_name AS file_name_4, t0.title AS title_5, t0.uploaded_at AS uploaded_at_6, t0.contents AS contents_7, t0.original_name AS original_name_8, t0.file_loc AS file_loc_9, t0.university_id AS university_id_10 FROM images t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.image_status AS image_status_2, t0.image_type AS image_type_3, t0.file_name AS file_name_4, t0.title AS title_5, t0.uploaded_at AS uploaded_at_6, t0.contents AS contents_7, t0.original_name AS original_name_8, t0.file_loc AS file_loc_9, t0.university_id AS university_id_10 FROM images t0 WHERE t0.id = 1;
|