Skip to content

Console Command Delete

lvca edited this page Dec 22, 2012 · 3 revisions

Console command: delete

Delete

Delete one or more records from the current database.

Syntax

delete from <class|cluster:<cluster>> [<conditions>](where)

Example

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

Clone this wiki locally