THANKS, yes, so now that I can get the list of duplicate y,x.

What is the most efficient way to remove records that I don't want, maybe 
all that have only 1 out link?

Maybe it happened at a certain time so I can take out everything after a 
certain @rid?

Any ideas on that?

Also, I don't know how to write a query to use these Y,X values because I 
don't know how to use an IN for a set.  Maybe that's possible?  Do I have 
to use LET?

SELECT y,x,max(@rid) FROM L0 WHERE COUNT(*) > 1 GROUP BY y,x     <<* 
doesn't work but it would return the last one

I think that I will write a program.

-- 

--- 
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