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 trialAngelo Martin
6,373 PointsGet error " Did you select from the `results` table? " Not sure why...
This is what I am writing: SELECT * FROM results WHERE away_team < 10;
Not sure why I might be getting this error when the correct table <results> is selected. I did try to change table name from results to result, but get same error. Any suggestion?
1 Answer
Steven Parker
231,236 PointsWouldn't the "away_team" be a name instead of a number? Please post a link to the page so we can see the exact instructions.
Angelo Martin
6,373 PointsAngelo Martin
6,373 PointsI figured it out (kinda); ran same exact query after refreshing page and it worked! Thanks -