Thank You for your response! To anyone interested the best solution that I found is remove the vertex. When you do that, all the edges pointing in and out to it are excluded also, after that I create the vertex again.
On Monday, March 31, 2014 12:35:26 PM UTC-3, Andrey Lomakin wrote: > > Hi Denis, > Sorry but you should delete them one by one. > > > > On Tue, Mar 25, 2014 at 8:03 PM, Denis Wilson Souza Rosa < > [email protected] <javascript:>> wrote: > >> Hi all! >> >> I need to delete all edges from a specific vertex pointing to >> others an I really would not like to select each one and execute the >> default delete query sintax (aka DELETE EDGE FROM myFixedVertex TO >> myOtherVertex ), so there is any way to so once? >> >> I mean something like: >> >> DELETE EDGE FROM #11:355 >> >> >> ?? >> >> Thanks a lot! >> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > 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/d/optout.
