0.37 ms (20.34%)
|
1 |
SELECT t0.id AS id_1, t0.salutation AS salutation_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.phone AS phone_6, t0.birth_date AS birth_date_7, t0.identity_card AS identity_card_8, t0.roles AS roles_9, t0.hash AS hash_10, t0.password AS password_11, t0.date_created AS date_created_12, t0.date_updated AS date_updated_13, t0.is_verified AS is_verified_14, t0.company_id AS company_id_15 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.salutation AS salutation_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.phone AS phone_6, t0.birth_date AS birth_date_7, t0.identity_card AS identity_card_8, t0.roles AS roles_9, t0.hash AS hash_10, t0.password AS password_11, t0.date_created AS date_created_12, t0.date_updated AS date_updated_13, t0.is_verified AS is_verified_14, t0.company_id AS company_id_15 FROM user t0 WHERE t0.id = 2;
|
0.26 ms (14.63%)
|
1 |
SELECT t0.id AS id_1, t0.insurance_price AS insurance_price_2, t0.operator_price AS operator_price_3, t0.training_price AS training_price_4, t0.additional_items_price AS additional_items_price_5, t0.total_price AS total_price_6, t0.rent_operator AS rent_operator_7, t0.order_training AS order_training_8, t0.insurance_type AS insurance_type_9, t0.insure_storno AS insure_storno_10, t0.status AS status_11, t0.finished_step AS finished_step_12, t0.sale_flag AS sale_flag_13, t0.type AS type_14, t0.notice AS notice_15, t0.start_date_real AS start_date_real_16, t0.finish_date_real AS finish_date_real_17, t0.start_date AS start_date_18, t0.finish_date AS finish_date_19, t0.rent_price AS rent_price_20, t0.date_create AS date_create_21, t22.id AS id_23, t22.vehicle_type AS vehicle_type_24, t22.vehicle AS vehicle_25, t22.place AS place_26, t22.user AS user_27, t22.hash AS hash_28, t22.reservation_id AS reservation_id_29, t30.id AS id_31, t30.price AS price_32, t30.type AS type_33, t30.date_create AS date_create_34, t30.reservation_id AS reservation_id_35 FROM reservation t0 LEFT JOIN reservation_relation t22 ON t22.reservation_id = t0.id LEFT JOIN reservation_insurance t30 ON t30.reservation_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.insurance_price AS insurance_price_2, t0.operator_price AS operator_price_3, t0.training_price AS training_price_4, t0.additional_items_price AS additional_items_price_5, t0.total_price AS total_price_6, t0.rent_operator AS rent_operator_7, t0.order_training AS order_training_8, t0.insurance_type AS insurance_type_9, t0.insure_storno AS insure_storno_10, t0.status AS status_11, t0.finished_step AS finished_step_12, t0.sale_flag AS sale_flag_13, t0.type AS type_14, t0.notice AS notice_15, t0.start_date_real AS start_date_real_16, t0.finish_date_real AS finish_date_real_17, t0.start_date AS start_date_18, t0.finish_date AS finish_date_19, t0.rent_price AS rent_price_20, t0.date_create AS date_create_21, t22.id AS id_23, t22.vehicle_type AS vehicle_type_24, t22.vehicle AS vehicle_25, t22.place AS place_26, t22.user AS user_27, t22.hash AS hash_28, t22.reservation_id AS reservation_id_29, t30.id AS id_31, t30.price AS price_32, t30.type AS type_33, t30.date_create AS date_create_34, t30.reservation_id AS reservation_id_35 FROM reservation t0 LEFT JOIN reservation_relation t22 ON t22.reservation_id = t0.id LEFT JOIN reservation_insurance t30 ON t30.reservation_id = t0.id WHERE t0.id = 35;
|
0.24 ms (13.06%)
|
1 |
SELECT t0.id AS id_1, t0.date_downloaded AS date_downloaded_2, t0.title AS title_3, t0.description AS description_4, t0.type AS type_5, t0.path AS path_6, t0.file_type AS file_type_7, t0.hash AS hash_8, t0.date_created AS date_created_9, t0.user_id AS user_id_10 FROM user_document t0 WHERE t0.user_id = ?
SELECT t0.id AS id_1, t0.date_downloaded AS date_downloaded_2, t0.title AS title_3, t0.description AS description_4, t0.type AS type_5, t0.path AS path_6, t0.file_type AS file_type_7, t0.hash AS hash_8, t0.date_created AS date_created_9, t0.user_id AS user_id_10 FROM user_document t0 WHERE t0.user_id = 2;
|
0.21 ms (11.83%)
|
1 |
SELECT t0.id AS id_1, t0.street AS street_2, t0.country AS country_3, t0.zip AS zip_4, t0.city AS city_5, t0.state AS state_6, t0.altitude AS altitude_7, t0.name AS name_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10 FROM place t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.street AS street_2, t0.country AS country_3, t0.zip AS zip_4, t0.city AS city_5, t0.state AS state_6, t0.altitude AS altitude_7, t0.name AS name_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10 FROM place t0 WHERE t0.id = 2;
|