Skip to content

Console Command Delete

Kazunobu Yamaguchi edited this page Aug 13, 2014 · 4 revisions

コンソールコマンド: delete

Delete

現在のデータベースから一つまたは複数のレコードを削除します.

構文

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

    > delete from Profile where nick is null
    
    Deleted 123 record(s) in 0,012000 sec(s).

Orientに使われているSQLの構文をさらに知りたい場合は SQL-Query を確認してください.

これは Orient console のコマンドです. 全てのコマンドは Console-Commands から確認してください.

Clone this wiki locally