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 trialCosmin Iuga
2,352 PointsI can't move on here.
I keep getting the error "Did you select from the "results" table. I did.
6 Answers
Sherry Umlah
6,571 PointsHere's a hint: "Hessle" is actually the name of the away_team (not the id). Hope this helps!
Cosmin Iuga
2,352 Pointsit does. Let me try that. Thanks
Cosmin Iuga
2,352 PointsSELECT * FROM results WHERE id = "Hessle" AND away_score AND played_on >= "2015-10-01";
Cosmin Iuga
2,352 PointsHere's my answer that didn't work.
SELECT * FROM results WHERE away_team = "Hessle" AND played_on >= "2015-10-01”;
Tommy Gebru
30,164 PointsHey Cosmin, I was able to answer you in your previous discussion here
https://teamtreehouse.com/community/im-not-able-to-answer-this-question
Also try to keep similar questions in the same discussion
Cosmin Iuga
2,352 PointsThank you Tommy