Skip to content

Commit

Permalink
drop space
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberMoe committed May 13, 2020
1 parent d3312a6 commit 757b7eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DROP SPACE [IF EXISTS] <space_name>

仅支持有 DROP 权限的用户进行此操作。

DROP SPACE 将删除指定 space 内的所有点和边及索引
DROP SPACE 将删除指定 space 内的所有内容

删除图空间可使用 `IF EXISTS` 关键字,这个关键字会自动检测对应的图空间是否存在,如果存在则删除,如果不存在则直接返回。

Expand Down

0 comments on commit 757b7eb

Please sign in to comment.