AC (9) •
ALFA ROMEO (58) •
ALPINA (2) •
ALPINE (49) •
AMILCAR (1) •
APAL (1) •
ARC (2) •
ASTON MARTIN (2) •
AUDI (11) •
AUSTIN (13) •
AUSTIN-HEALEY (11) •
AUTO UNION (1) •
AUTOBIANCHI (2) •
BBM (2) •
BENTLEY (1) •
BMW (22) •
BRICKLIN (1) •
BTM (1) •
BUGATTI (7) •
BUICK (4) •
CADILLAC (2) •
CATERHAM (7) •
Oups !Il semblerait qu'il reste une erreur.
SELECT nom_marque
FROM
MARQUES M
LEFT JOIN VOITURES V ON M.ref_marque=V.ref_marque
LEFT JOIN COMMANDES_2012 I ON V.ref_voiture=I.ref_voiture
WHERE
I.statut!='supprimee' AND I.type_commande='voiture' AND I.enligne='oui' AND nom_marque='CELI'
ORDER BY nom_marque ASC
;
User 'classicdays' has exceeded the 'max_questions' resource (current value: 8430) |