SyntaxFix
Write A Post
Hire A Developer
Questions
One other thing you might do is:
.order_by("name desc")
This will result in: ORDER BY name desc. The disadvantage here is the explicit column name used in order by.