Performing this query in console:

select title,creationDate from files order by creationDate

records are correctly ordered.

but with this:

select title from negotiation order by creationDate desc

order is not applied, I get same results if I omit order by.

I think should not be mandatory to select the column ordered.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to