1 |
7.74 ms |
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.vehicle_date AS vehicle_date_4, t0.fuel_type AS fuel_type_5, t0.license_plate AS license_plate_6, t0.vin_number AS vin_number_7, t0.odometer AS odometer_8, t0.weekly_rental_price AS weekly_rental_price_9, t0.is_available AS is_available_10, t0.status AS status_11, t0.review_url AS review_url_12, t0.current_driver_id AS current_driver_id_13 FROM vehicles t0 ORDER BY t0.id DESC LIMIT 6
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.vehicle_date AS vehicle_date_4, t0.fuel_type AS fuel_type_5, t0.license_plate AS license_plate_6, t0.vin_number AS vin_number_7, t0.odometer AS odometer_8, t0.weekly_rental_price AS weekly_rental_price_9, t0.is_available AS is_available_10, t0.status AS status_11, t0.review_url AS review_url_12, t0.current_driver_id AS current_driver_id_13 FROM vehicles t0 ORDER BY t0.id DESC LIMIT 6;
|
2 |
2.49 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = 8;
|
3 |
0.83 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = 7;
|
4 |
0.69 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = 6;
|
5 |
0.70 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = 5;
|