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 Dates

Cosmin Iuga
Cosmin Iuga
2,352 Points

I can't move on here.

I keep getting the error "Did you select from the "results" table. I did.

6 Answers

Here's a hint: "Hessle" is actually the name of the away_team (not the id). Hope this helps!

Cosmin Iuga
Cosmin Iuga
2,352 Points

it does. Let me try that. Thanks

Cosmin Iuga
Cosmin Iuga
2,352 Points

SELECT * FROM results WHERE id = "Hessle" AND away_score AND played_on >= "2015-10-01";

Cosmin Iuga
Cosmin Iuga
2,352 Points

Here's my answer that didn't work.

SELECT * FROM results WHERE away_team = "Hessle" AND played_on >= "2015-10-01”;

Tommy Gebru
Tommy Gebru
30,164 Points

Hey 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 :thumbsup: