| 1 |
0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.address AS address_4, t0.phone AS phone_5, t0.whatsapp AS whatsapp_6, t0.instagram AS instagram_7, t0.email AS email_8, t0.primary_color AS primary_color_9, t0.banner AS banner_10, t0.privacy AS privacy_11, t0.terms AS terms_12, t0.hero_video AS hero_video_13, t0.popup_enabled AS popup_enabled_14, t0.popup_side_text AS popup_side_text_15, t0.popup_title AS popup_title_16, t0.popup_description AS popup_description_17 FROM company t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.address AS address_4, t0.phone AS phone_5, t0.whatsapp AS whatsapp_6, t0.instagram AS instagram_7, t0.email AS email_8, t0.primary_color AS primary_color_9, t0.banner AS banner_10, t0.privacy AS privacy_11, t0.terms AS terms_12, t0.hero_video AS hero_video_13, t0.popup_enabled AS popup_enabled_14, t0.popup_side_text AS popup_side_text_15, t0.popup_title AS popup_title_16, t0.popup_description AS popup_description_17 FROM company t0 LIMIT 1;
|
| 3 |
0.34 ms |
SELECT v0_.id AS id_0, v0_.brand AS brand_1, v0_.model AS model_2, v0_.year AS year_3, v0_.version AS version_4, v0_.type AS type_5, v0_.price_purchase AS price_purchase_6, v0_.price_sale AS price_sale_7, v0_.consignment_price AS consignment_price_8, v0_.commission AS commission_9, v0_.status AS status_10, v0_.published AS published_11, v0_.featured AS featured_12, v0_.is_unique AS is_unique_13, v0_.stock AS stock_14, v0_.mileage AS mileage_15, v0_.vehicle_condition AS vehicle_condition_16, v0_.fuel_type AS fuel_type_17, v0_.transmission AS transmission_18, v0_.color AS color_19, v0_.description AS description_20, v0_.images AS images_21, v0_.location AS location_22, v0_.currency AS currency_23, v0_.license_plate AS license_plate_24, v0_.engine_number AS engine_number_25, v0_.chassis_number AS chassis_number_26, v0_.registration_date AS registration_date_27, v0_.slug AS slug_28, v0_.tire_type AS tire_type_29, v0_.created_at AS created_at_30, v0_.updated_at AS updated_at_31, v0_.provider_id AS provider_id_32, v0_.owner_id AS owner_id_33 FROM vehicle v0_ WHERE v0_.published = ? AND v0_.vehicle_condition = ? ORDER BY v0_.created_at DESC LIMIT 9
Parameters: [
1
"usado"
]
SELECT v0_.id AS id_0, v0_.brand AS brand_1, v0_.model AS model_2, v0_.year AS year_3, v0_.version AS version_4, v0_.type AS type_5, v0_.price_purchase AS price_purchase_6, v0_.price_sale AS price_sale_7, v0_.consignment_price AS consignment_price_8, v0_.commission AS commission_9, v0_.status AS status_10, v0_.published AS published_11, v0_.featured AS featured_12, v0_.is_unique AS is_unique_13, v0_.stock AS stock_14, v0_.mileage AS mileage_15, v0_.vehicle_condition AS vehicle_condition_16, v0_.fuel_type AS fuel_type_17, v0_.transmission AS transmission_18, v0_.color AS color_19, v0_.description AS description_20, v0_.images AS images_21, v0_.location AS location_22, v0_.currency AS currency_23, v0_.license_plate AS license_plate_24, v0_.engine_number AS engine_number_25, v0_.chassis_number AS chassis_number_26, v0_.registration_date AS registration_date_27, v0_.slug AS slug_28, v0_.tire_type AS tire_type_29, v0_.created_at AS created_at_30, v0_.updated_at AS updated_at_31, v0_.provider_id AS provider_id_32, v0_.owner_id AS owner_id_33 FROM vehicle v0_ WHERE v0_.published = 1 AND v0_.vehicle_condition = 'usado' ORDER BY v0_.created_at DESC LIMIT 9;
|
| 6 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.address AS address_4, t0.phone AS phone_5, t0.whatsapp AS whatsapp_6, t0.instagram AS instagram_7, t0.email AS email_8, t0.primary_color AS primary_color_9, t0.banner AS banner_10, t0.privacy AS privacy_11, t0.terms AS terms_12, t0.hero_video AS hero_video_13, t0.popup_enabled AS popup_enabled_14, t0.popup_side_text AS popup_side_text_15, t0.popup_title AS popup_title_16, t0.popup_description AS popup_description_17 FROM company t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.address AS address_4, t0.phone AS phone_5, t0.whatsapp AS whatsapp_6, t0.instagram AS instagram_7, t0.email AS email_8, t0.primary_color AS primary_color_9, t0.banner AS banner_10, t0.privacy AS privacy_11, t0.terms AS terms_12, t0.hero_video AS hero_video_13, t0.popup_enabled AS popup_enabled_14, t0.popup_side_text AS popup_side_text_15, t0.popup_title AS popup_title_16, t0.popup_description AS popup_description_17 FROM company t0 LIMIT 1;
|