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 trialRichard Sun
11,257 PointsWhat 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
Richard Sun
11,257 PointsAntonio Pala I've added the code. Thanks!
1 Answer
Antonio Pala
Front End Web Development Techdegree Student 16,928 PointsHi 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
11,257 PointsOh wow that's embarrassing. Thanks!
Antonio Pala
Front End Web Development Techdegree Student 16,928 PointsAntonio Pala
Front End Web Development Techdegree Student 16,928 PointsHi Richard, I don't see the code you're referring to. Could you please post it again?