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

Finding greater than or equal to dates in SQL

The question is asking me to select ALL options from the RESULTS where the away_team is equal to "Hessle" and the game was played on or after October 1. Here is my result, but I keep getting an error

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

Where am I going wrong?

changed category to databases

1 Answer

Hi Ryan,

The date has to be in quotes.