Progress
SQL-92
Guide and Reference
DROP USER Statement
Deletes the specified user.
SYNTAX
'username'
Specifies the user name to delete. The
EXAMPLE'username'
must be enclosed in quotes.In this example, an account with DBA privileges drops the 'username' 'Jasper':
NOTES
- Used in conjunction with CREATE USER Statement and ALTER USER Statement, the DROP USER statement provides a way to manage user records through SQL. This SQL-only solution does not require the Progress dictionary.
AUTHORIZATION
Must have DBA privileges.
SQL COMPLIANCE
Progress Extension
ENVIRONMENT
Embedded SQL, interactive SQL, ODBC applications, JDBC applications
RELATED STATEMENTS
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |