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 trialMichael Dinnall
6,730 PointsI feel like im doing the correct thing, not to sure why i keep getting a error.......Select all the teams
Here is my answer :
SELECT home_team AS "Home Team", home_score AS "Home Score", away_team AS "Away Team", away_score AS "Away Score", played_on AS "Date Palyed" FROM results;
Moderator Edited: Changed Topic of post to "Databases" as this is what the question pertains to.
1 Answer
Ryan S
27,276 PointsHi Michael,
It would be helpful if you posted the challenge you are working on so we know exactly what you are attempting to do. Otherwise, it is difficult to troubleshoot. But one thing that quickly jumps out is that you have a typo in "Date Palyed". Maybe that is causing your error?
Good luck.
Michael Dinnall
6,730 PointsMichael Dinnall
6,730 PointsYour correct I should have posted the question and you was correct. I spelled "Played" incoreect. Thanks Ryan!!