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

Databases

Not sure what I'm missing or misplacing? SELECT*FROM results WHERE away_team = "Hessle" > 18 AND away_score > 18;

I think after WHERE I've ordered the column names in the wrong order or something more than that but I don't know what.

1 Answer

Steven Parker
Steven Parker
231,127 Points

It looks like you have a stray extra " > 18 " between the string "Hessle" and the word "AND".

If that's not it (or not all of it), please post a link to the course page so we can see the actual instructions and try out the answer.