Use this statement to drop a user.
DROP USER user-name
user-name The name of the user you are dropping.
Must have DBA authority.
None.
None.
SQL/2003 Vendor extension.
The following example drops the user SQLTester from a database.
DROP USER SQLTester; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |