ERROR: getting make and model
SELECT `MakeDescription`, `FamilyDescription` FROM `vevehicle` WHERE CONCAT(REPLACE(`MakeDescription`, "-", " "), " ", REPLACE(`FamilyDescription`, "-", " ")) = "Rolls Royce Park Ward" ORDER BY `MakeDescription` ASC, `FamilyDescription` ASC LIMIT 1
[]