+ 3
SQL APARTMENT'S
@sololearn I have been working on this project and it's not working. My code is correct: SELECT * FROM Apartments WHERE price > ( SELECT AVG (price) FROM Apartments) AND status = 'Not rented' ORDER BY price; I saw a discussion on updating my sololearn but it's still not working.
1 Respuesta
0
Thank you