1.84 ms (45.73%)
|
7 |
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.name AS name_3, t0.width AS width_4, t0.length AS length_5, t0.height AS height_6, t0.size AS size_7, t0.ecofriendly AS ecofriendly_8, t0.feature AS feature_9, t0.weight AS weight_10, t0.photos AS photos_11, t0.ad_id AS ad_id_12 FROM package t0 WHERE t0.ad_id = ?
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.name AS name_3, t0.width AS width_4, t0.length AS length_5, t0.height AS height_6, t0.size AS size_7, t0.ecofriendly AS ecofriendly_8, t0.feature AS feature_9, t0.weight AS weight_10, t0.photos AS photos_11, t0.ad_id AS ad_id_12 FROM package t0 WHERE t0.ad_id = 7;
|
0.43 ms (10.78%)
|
1 |
SELECT t0.id AS id_1, t0.departure_address AS departure_address_2, t0.departure_lat AS departure_lat_3, t0.departure_lng AS departure_lng_4, t0.departure_date AS departure_date_5, t0.arrival_address AS arrival_address_6, t0.arrival_lat AS arrival_lat_7, t0.arrival_lng AS arrival_lng_8, t0.arrival_date AS arrival_date_9, t0.comment AS comment_10, t0.price AS price_11, t0.created_at AS created_at_12, t0.departure_flexible AS departure_flexible_13, t0.departure_assistance AS departure_assistance_14, t0.arrival_flexible AS arrival_flexible_15, t0.arrival_assistance AS arrival_assistance_16, t0.departure_floor AS departure_floor_17, t0.departure_elevator AS departure_elevator_18, t0.departure_lift AS departure_lift_19, t0.arrival_floor AS arrival_floor_20, t0.arrival_elevator AS arrival_elevator_21, t0.arrival_lift AS arrival_lift_22, t0.state AS state_23, t0.delivery_code AS delivery_code_24, t0.kilometers AS kilometers_25, t0.is_urgent AS is_urgent_26, t0.is_pro_only AS is_pro_only_27, t0.user_id AS user_id_28, t0.carrier_id AS carrier_id_29, t0.selected_offer_id AS selected_offer_id_30 FROM ad t0
SELECT t0.id AS id_1, t0.departure_address AS departure_address_2, t0.departure_lat AS departure_lat_3, t0.departure_lng AS departure_lng_4, t0.departure_date AS departure_date_5, t0.arrival_address AS arrival_address_6, t0.arrival_lat AS arrival_lat_7, t0.arrival_lng AS arrival_lng_8, t0.arrival_date AS arrival_date_9, t0.comment AS comment_10, t0.price AS price_11, t0.created_at AS created_at_12, t0.departure_flexible AS departure_flexible_13, t0.departure_assistance AS departure_assistance_14, t0.arrival_flexible AS arrival_flexible_15, t0.arrival_assistance AS arrival_assistance_16, t0.departure_floor AS departure_floor_17, t0.departure_elevator AS departure_elevator_18, t0.departure_lift AS departure_lift_19, t0.arrival_floor AS arrival_floor_20, t0.arrival_elevator AS arrival_elevator_21, t0.arrival_lift AS arrival_lift_22, t0.state AS state_23, t0.delivery_code AS delivery_code_24, t0.kilometers AS kilometers_25, t0.is_urgent AS is_urgent_26, t0.is_pro_only AS is_pro_only_27, t0.user_id AS user_id_28, t0.carrier_id AS carrier_id_29, t0.selected_offer_id AS selected_offer_id_30 FROM ad t0;
|