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 trialRichard McKnight
24,952 PointsSQL Basics Task 2 of 3 possible error?
The challenge gives a 'Bummer' message to my statement. Did I just miss something, or is there a bug in the challenge?
Challenge Link: https://teamtreehouse.com/library/sql-basics/finding-the-data-you-want/filtering-by-comparing-values-2
SQL statement:
SELECT * FROM results WHERE away_team < 10;
1 Answer
Steven Parker
231,261 PointsIt looks like you are comparing the away team's name to see if it is less than 10.
Richard McKnight
24,952 PointsRichard McKnight
24,952 Points"Doh!"
Guess I had a moment of advanced dyslexia. Thanks Steven.