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 trialNaison Masiyashe
2,736 Pointswhat is wrong with my code
how do i call these,
2 Answers
Simon Coates
28,694 Pointsif it's telling you to select all columns, it might be looking for "Select *", rather than listing the fields individually.
Naison Masiyashe
2,736 Pointsthanks for that tip on posting questions,the steps changed a bit from the ones i used so i didn't notice skipping attaching the code and question,thank you so much
Naison Masiyashe
2,736 PointsSORRY didn't notice that i didn't include my code, my code SELECT id, home_team, home_score, away_team, away_score, played_on FROM results WHERE away_team = "Hessle" AND played_on >= 2015-10-01; saying not selected all the columns ,
Simon Coates
28,694 PointsI'm not super familiar with how to post a question, but i think you might be able to link the question to the tutorial where it came up (or just state where in the question). It's always easier for others to debug when they can run the code, and verify what they're telling you.
jcorum
71,830 Pointsjcorum
71,830 PointsNaison, how can we help if you don't provide a copy of your code, or a link to the challenge, or something??