sorry,i want to know cypher query language have any function like oracle row_number() over(partition by xxx)
在 2015年5月29日星期五 UTC+8上午4:18:34,Michael Hunger写道: > > your class-id should probably be a node. > > MATCH (s:Student) > RETURN s > ORDER BY s.score DESC > LIMIT 10 > > Am 28.05.2015 um 10:54 schrieb [email protected] <javascript:>: > > node: > student(stuname,score,classid) > > i want return every class top 10 in cypher query language ,who can give > me some help. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
