Hi,
You are right if you can see number of edges for vertex could you use
gremlin ?
Like g.V(' #15:0').outE().count()
You can look at handy queries here
http://www.fromdev.com/2013/09/Gremlin-Example-Query-Snippets-Graph-DB.htmlOn Wed, Jan 29, 2014 at 11:45 AM, chiranjeeb ghosh < [email protected]> wrote: > Sorry I didn't present the problem properly > > create class C extends E; > create edge C from #15:0 to #12:0; > > When I run this first time in console got the feedback edge created > successfully. > > However, data is not shown in studio. > > Then again I ran the query in studio. Ended up in getting 2 same records > with different @rid. > > \CG > > -- > > --- > 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. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- 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.
