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 by Comparing Values

Richard Sun
Richard Sun
11,257 Points

What is wrong with this query?

"SELECT * FROM results WHERE home_score < 10" Error: Bummer: Did you select from the results table?

I'm pretty sure this code is right, perhaps there's an error in the variable names?

Thanks for any help

Edit: Code and error

Hi Richard, I don't see the code you're referring to. Could you please post it again?

Richard Sun
Richard Sun
11,257 Points

Antonio Pala I've added the code. Thanks!

1 Answer

Hi Richard, it appears that your only mistake is targeting the "home_score" column instead of the "away_score" column.

I hope this helps!

Richard Sun
Richard Sun
11,257 Points

Oh wow that's embarrassing. Thanks!