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

General Discussion

Code Challenge Order "actors" by "name" in reversed alphabetical order not working.

I am using the following code for the code challenge. Here is the link.

http://teamtreehouse.com/library/database-foundations/reading-data-from-databases-with-sql/ordering-the-result-set

SELECT name FROM actors ORDER BY name DESC;

4 Answers

I contacted support but they asked me to make a post although there are similar posts on here.

Andrew Chalkley
STAFF
Andrew Chalkley
Treehouse Guest Teacher

Hi Sean,

Our development team are trying to fix some bugs in our database code challenges.

We're working as fast as possible.

Regards
Andrew

Thanks Andy!

Jay McGavren
Jay McGavren
Treehouse Teacher

We recently moved our code challenge tests to new hardware, and that seems to have caused a problem with our SQL-based challenges. We've just deployed a fix to our challenge testing code that should have everything working normally again.

Please let us know if you continue having trouble!

Thanks guys! Works great.

HMM I'm having this same issue in June 2015