Guest User

Untitled

a guest
May 12th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT m.`Model Year`, d.`Division Name` , m.`Model Name` , m.`Model ID`, m.`Model Comment`, m.`Effective Date`, s.`Style ID`, s.`Style Name`, s.`True Base Price`, s.`Invoice`, s.`MSRP`, s.`Destination`, s.`Passenger Capacity`, s.`Passenger Doors`, s.`Manual Trans`, s.`Auto Trans`, s.`CFDriveTrain`, s.`CFBodyType`, ts7.`Text` AS `EPA Classification`, ts256.`Text` AS `Front Head Room`
  2.  
  3. FROM Divisions d, Styles s, Models m, TechSpecs as ts7, TechSpecs as ts256
  4.  
  5. WHERE m.`Division ID` = d.`Division ID`
  6. AND m.`Model ID` = s.`Model ID`
  7. AND ts7.`Title ID` = 7
  8. AND ts256.`Title ID` = 256
  9. AND s.`Sequence` = 0
Advertisement
Add Comment
Please, Sign In to add comment