Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DELETE: multiple vertices #5576

Closed
DeividasJackus opened this issue Jan 10, 2016 · 2 comments
Closed

DELETE: multiple vertices #5576

DeividasJackus opened this issue Jan 10, 2016 · 2 comments
Assignees
Labels

Comments

@DeividasJackus
Copy link

How has #3177 been solved?

orientdb {db=test}> DELETE VERTEX [#13:2, #13:3]

Error: com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position #0: Class '[#13:2, #13:3]' was not found

orientdb {db=test}> DELETE VERTEX FROM [#13:2, #13:3]

Error: com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: sql.

orientdb {db=test}> DELETE VERTEX FROM (SELECT FROM [#13:2, #13:3])

Delete record(s) '2' in 0.015000 sec(s).

@luigidellaquila
Copy link
Member

Hi @sinfex

it seems to be a different problem, but the solution should be easy. I'll let you know in short

Thanks

Luigi

@luigidellaquila
Copy link
Member

Hi @sinfex

This issue was fixed long time ago in V 3.0

Closing, thanks

Luigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants