|
| ![]() |
![]() |
Select c.id, c.model, b.name brand, c.pictures, c.car_price_1 from cars c, cars_brands b, fleets f
where c.id_brand = b.id
and c.id_fleet = f.id
and c.is_visible = 1
and c.id_country =
and c.id_type =
and f.is_active = 1
and c.is_removed = 0
and c.id <> 3092
and c.car_price_1 * case when c.id_country = 1 then 0.78 else 1 end <0 order by c.car_price_1 desc limit 0,1Došlo k chybě při operaci v databázi! Opakujte, prosím, akci později. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and c.id_type = and f.is_active = 1 and c.is_re' at line 6 |
