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 trialWill Ginsberg
2,774 PointsMisleading error message
Used this query SELECT * FROM books ORDER BY first_published ASC LIMIT 10 OFFSET 0
Received error:
Bummer! Your query needs to retrive the earliest 'Science Fiction' book from the books
table.
Typo in error as well: "retrive" should read "retrieve". Question has no mention of including WHERE filter for "Science Fiction"
1 Answer
Steven Parker
231,261 PointsDid you also report this using the Support page? It might be a more certain and/or faster way to reach the staff.
Also, it would be helpful to include a link to the course page where you were working.