SyntaxFix
Write A Post
Hire A Developer
Questions
try this out:
SELECT `userName`, `carPrice` FROM `users` LEFT JOIN `cars` ON cars.belongsToUser=users.id WHERE `id`='4' ORDER BY `carPrice` DESC LIMIT 1
Felix