Try it again with 'SKIP 0 LIMIT 10' after the 'ORDER BY orderNbr DESC' clause.
- Craig - On Mon, Apr 27, 2015 at 3:14 PM, Thomas Müller <[email protected] > wrote: > ORDER BY does not work anymore in OrientDB 2.1RC1... so it's not > implemented yet and not a bug to open a ticket? > > Following querry works: > SELECT orderNr, in, publishedAt, publishedBy FROM (SELECT expand(outE( > 'E_BE')) FROM #24:0) SKIP 0 LIMIT 10 > > following querry doesent work anymore: > SELECT orderNr, in, publishedAt, publishedBy FROM (SELECT expand(outE( > 'E_BE')) FROM #24:0) SKIP 0 LIMIT 10 ORDER BY orderNr DESC > > > -- > > --- > 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. > -- --- 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.
