Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases SQL Basics Finding the Data You Want Filtering on More than One Condition

Kyle St Jean St Jean
Kyle St Jean St Jean
220 Points

i 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
Kyle St Jean St Jean
220 Points

Here's my SQL SELECT * FROM results WHERE home_team = "Hessle" AND away_score > 18;

Kyle St Jean St Jean
Kyle St Jean St Jean
220 Points

SELECT * 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
Steven Parker
229,732 Points

That'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.