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; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |