| 1 |
0.85 ms |
SELECT t0.id AS id_1, t0.model AS model_2, t0.version AS version_3, t0.vin AS vin_4, t0.license_plate AS license_plate_5, t0.color AS color_6, t0.km AS km_7, t0.registration AS registration_8, t0.deleted AS deleted_9, t0.buy_price AS buy_price_10, t0.sell_price_b2b AS sell_price_b2b_11, t0.sell_price_b2c AS sell_price_b2c_12, t0.brand_id AS brand_id_13, t0.status_id AS status_id_14, t0.fuel_id AS fuel_id_15 FROM car t0
SELECT t0.id AS id_1, t0.model AS model_2, t0.version AS version_3, t0.vin AS vin_4, t0.license_plate AS license_plate_5, t0.color AS color_6, t0.km AS km_7, t0.registration AS registration_8, t0.deleted AS deleted_9, t0.buy_price AS buy_price_10, t0.sell_price_b2b AS sell_price_b2b_11, t0.sell_price_b2c AS sell_price_b2c_12, t0.brand_id AS brand_id_13, t0.status_id AS status_id_14, t0.fuel_id AS fuel_id_15 FROM car t0;
|
| 2 |
0.67 ms |
SELECT c0_.id AS id_0, c0_.model AS model_1, c0_.version AS version_2, c0_.vin AS vin_3, c0_.license_plate AS license_plate_4, c0_.color AS color_5, c0_.km AS km_6, c0_.registration AS registration_7, c0_.deleted AS deleted_8, c0_.buy_price AS buy_price_9, c0_.sell_price_b2b AS sell_price_b2b_10, c0_.sell_price_b2c AS sell_price_b2c_11, c0_.brand_id AS brand_id_12, c0_.status_id AS status_id_13, c0_.fuel_id AS fuel_id_14 FROM car c0_ WHERE c0_.deleted = ? ORDER BY c0_.id DESC
SELECT c0_.id AS id_0, c0_.model AS model_1, c0_.version AS version_2, c0_.vin AS vin_3, c0_.license_plate AS license_plate_4, c0_.color AS color_5, c0_.km AS km_6, c0_.registration AS registration_7, c0_.deleted AS deleted_8, c0_.buy_price AS buy_price_9, c0_.sell_price_b2b AS sell_price_b2b_10, c0_.sell_price_b2c AS sell_price_b2c_11, c0_.brand_id AS brand_id_12, c0_.status_id AS status_id_13, c0_.fuel_id AS fuel_id_14 FROM car c0_ WHERE c0_.deleted = 0 ORDER BY c0_.id DESC;
|
| 3 |
0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.company_name AS company_name_4, t0.fiscal_code AS fiscal_code_5, t0.vat AS vat_6, t0.city AS city_7, t0.zip AS zip_8, t0.address AS address_9, t0.province AS province_10, t0.type_id AS type_id_11, t0.nationality_id AS nationality_id_12 FROM customer t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.company_name AS company_name_4, t0.fiscal_code AS fiscal_code_5, t0.vat AS vat_6, t0.city AS city_7, t0.zip AS zip_8, t0.address AS address_9, t0.province AS province_10, t0.type_id AS type_id_11, t0.nationality_id AS nationality_id_12 FROM customer t0;
|
| 4 |
0.29 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.number AS number_3, t0.customer_id AS customer_id_4, t0.vat_rate_id AS vat_rate_id_5, t0.status_id AS status_id_6 FROM contract t0
SELECT t0.id AS id_1, t0.date AS date_2, t0.number AS number_3, t0.customer_id AS customer_id_4, t0.vat_rate_id AS vat_rate_id_5, t0.status_id AS status_id_6 FROM contract t0;
|
| 5 |
0.33 ms |
SELECT p0_.id AS id_0, p0_.date AS date_1, p0_.expire_on AS expire_on_2, p0_.customer_id AS customer_id_3 FROM preventive p0_ WHERE p0_.expire_on >= ? ORDER BY p0_.date DESC
Parameters: [
"2026-01-10 05:25:20"
]
SELECT p0_.id AS id_0, p0_.date AS date_1, p0_.expire_on AS expire_on_2, p0_.customer_id AS customer_id_3 FROM preventive p0_ WHERE p0_.expire_on >= '2026-01-10 05:25:20' ORDER BY p0_.date DESC;
|
| 6 |
0.32 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.number AS number_3, t0.customer_id AS customer_id_4, t0.vat_rate_id AS vat_rate_id_5, t0.status_id AS status_id_6 FROM contract t0 ORDER BY t0.date DESC LIMIT 5
SELECT t0.id AS id_1, t0.date AS date_2, t0.number AS number_3, t0.customer_id AS customer_id_4, t0.vat_rate_id AS vat_rate_id_5, t0.status_id AS status_id_6 FROM contract t0 ORDER BY t0.date DESC LIMIT 5;
|
| 7 |
0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.company_name AS company_name_4, t0.fiscal_code AS fiscal_code_5, t0.vat AS vat_6, t0.city AS city_7, t0.zip AS zip_8, t0.address AS address_9, t0.province AS province_10, t0.type_id AS type_id_11, t0.nationality_id AS nationality_id_12 FROM customer t0 ORDER BY t0.id DESC LIMIT 5
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.company_name AS company_name_4, t0.fiscal_code AS fiscal_code_5, t0.vat AS vat_6, t0.city AS city_7, t0.zip AS zip_8, t0.address AS address_9, t0.province AS province_10, t0.type_id AS type_id_11, t0.nationality_id AS nationality_id_12 FROM customer t0 ORDER BY t0.id DESC LIMIT 5;
|
| 8 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM customer_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM customer_type t0 WHERE t0.id = 1;
|