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 trialsean conner
6,357 PointsCode 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.
SELECT name FROM actors ORDER BY name DESC;
4 Answers
sean conner
6,357 PointsI contacted support but they asked me to make a post although there are similar posts on here.
Andrew Chalkley
Treehouse Guest TeacherHi Sean,
Our development team are trying to fix some bugs in our database code challenges.
We're working as fast as possible.
Regards
Andrew
sean conner
6,357 PointsThanks Andy!
Jay McGavren
Treehouse TeacherWe 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!
sean conner
6,357 PointsThanks guys! Works great.
Patrick McDonough
11,113 PointsHMM I'm having this same issue in June 2015
Andrew Chalkley
Treehouse Guest TeacherHey Jay McGavren, has there been any changes to our set up?