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

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!

it does. Let me try that. Thanks

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

Here's my answer that didn't work.

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

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:

Thank you Tommy