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

Mae Guardo
Mae Guardo
567 Points

There are 30 days in September. Find all the games played in the results table in September 2015?

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.

There are 30 days in September. Find all the games played in the results table in September 2015.

My code is:

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

I don't know what's wrong it, could anybody please help.

Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

You'll need to link from the actual challenge or provide a direct link to the challenge in order for the Community to help you troubleshoot.

Either copy/paste the challenge link in a comment here, or re-submit your post by clicking on "Get Help" in the challenge and following the prompts (making sure "include code" is selected).

:dizzy:

1 Answer

Steven Parker
Steven Parker
231,261 Points

I assume you're on task 2 of this challenge.

I pasted your code in verbatim and it passed. Perhaps you had a typo that got fixed as you prepared this posting?

:point_right: Try copying the line above and pasting it into the answer.

:sparkles: