Query :
/Entity?$orderby=EntityPrimaryId desc&$top=5
Error :
{
"error": {
"code": null,
"message": "JDBC exception executing SQL [select top (?) p1_0.[XXX],p1_0.[PostId],p1_0.[XXX] from [tx].[XXX] p1_0 where p1_0.[XX]=? order by 2 desc,2] [A column has been specified more than once in the order by list. Columns in the order by list must be unique.] [n/a]"
}
}