We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Delete one or more records from the current database.
delete from <class|cluster:<cluster>> [<conditions>](where)
> delete from Profile where nick is null Deleted 123 record(s) in 0,012000 sec(s).
To know more about the SQL syntax used in Orient take a look to: SQL-Query.
This is a command of the Orient console. To know all the commands go to Console-Commands.