Though If I put a limit on an outer select it works but traverse on outer select doesnt work
select rid from (select from index:idx where key = 'term' ) limit 9 //works traverse out() from (select rid from (select from index:idx where key = 'term' ) limit 9)/Doesnt work On Tuesday, March 4, 2014 11:30:35 PM UTC+5:30, Shishya wrote: > > hi, > > I am not sure if this has been answered before bt cant find in archive. > How to use select limit for indexes. following query returns all, while i > expect 9 > > select from index:idx where key = 'term' limit 9 > > regards > > -- --- 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/groups/opt_out.
