Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Kyle St Jean St Jean
220 Pointsi have the " FROM results " typed in for this challenge and it's giving me a prompt that I'm not selecting from results
I don't understand why there's an issue with this, as I've literally copied and pasted the table name from the question.

Kyle St Jean St Jean
220 PointsSELECT * FROM results WHERE away_team = "Hessle" AND away_score > 18;
They said it was an away team...not a home team.
1 Answer

Steven Parker
221,070 PointsThat's the correct solution for task 1. Just to be sure, I pasted it directly into the challenge and it passed.
If you're getting an error with that answer, try restarting your browser and then return to the challenge and try it again.
Kyle St Jean St Jean
220 PointsKyle St Jean St Jean
220 PointsHere's my SQL SELECT * FROM results WHERE home_team = "Hessle" AND away_score > 18;