52
Treffer
52 Treffer
SELECT DISTINCT * FROM `vehicle` WHERE (`active`=1) AND ((`start_date` IS NULL) OR (`start_date` <= '2026-03-09')) AND ((`end_date` IS NULL) OR (`end_date` > '2026-03-09')) AND (`motor_type` LIKE '%Elektro%') AND (`status`='Neufahrzeug') AND (`price_cash` <= '579900') AND (`business_use` != 1) ORDER BY `price_cash`
[[Array
(
)
]]