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

PHP

what is wrong with my code

how do i call these,

Naison, how can we help if you don't provide a copy of your code, or a link to the challenge, or something??

2 Answers

Simon Coates
Simon Coates
28,694 Points

if it's telling you to select all columns, it might be looking for "Select *", rather than listing the fields individually.

thanks 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

SORRY 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
Simon Coates
28,694 Points

I'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.