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 trialChristiaan Bilthof
9,113 PointsSays Im not selecting all columns while I clearly am
Says Im not selecting all columns while I clearly am
1 Answer
Steven Parker
231,248 PointsDid your query start with: "SELECT *
" ?
You forgot to show your code, but I'd guess you listed each column by name. But when the challenge asks you to "select all columns", it wants you to use the symbol that represents "all columns", which is an asterisk ("*
").
If you still have trouble, be sure to show your code and provide a link to the challenge itself when you post again.
Jason Anders
Treehouse Moderator 145,860 PointsJason Anders
Treehouse Moderator 145,860 PointsYou will need to link to the challenge and post your code in order for the Community to best help you troubleshoot the problem.