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 Searching Within a Range of Values

Can someone please help me?

I have tried multiple times, but keep getting failed. Here is what I have so far Challenge Task 2 of 2 We're back in our sports team database with the results table. The columns are id, home_team, home_score, away_team, away_score and played_on.

SELECT * FROM results WHERE played_on BETWEEN "2015-09-01" and "2015-09-30";

1 Answer

Steven Parker
Steven Parker
230,230 Points

That's just fine the way it is. I even copied and pasted it directly into the challenge to test it and it passed.