Showing posts with label drop user cascade. Show all posts
Showing posts with label drop user cascade. Show all posts

Friday, June 20, 2008

drop user username cascade

如果在drop user命令执行时,而user在数据库中还拥有对象,就需要用cascade关键字。

> drop user polly cascade;