Unfortunately I used "delete..." instead of "delete vertex..." in my orient DB to delete some vertexes. so now all of the edges there were connected to these vertexes are still exist and causing problems. explain - there are some vertexes, that related by some edges (that should be deleted if I had used the "delete vertex" command), for these edges, I can see in the "in" and "out" columns values, but for one side of the edge the vertex it point's at doesn't really exist. how can i solve this problem? any why to maybe query for all these edges so I could delete them?
thanks!