Progress
SQL-92
Guide and Reference


DROP USER Statement

Deletes the specified user.

SYNTAX

DROP USER 'username' ; 

'username'

Specifies the user name to delete. The 'username' must be enclosed in quotes.

EXAMPLE

In this example, an account with DBA privileges drops the 'username' 'Jasper':

DROP USER 'Jasper' ; 

NOTES

AUTHORIZATION

Must have DBA privileges.

SQL COMPLIANCE

Progress Extension

ENVIRONMENT

Embedded SQL, interactive SQL, ODBC applications, JDBC applications

RELATED STATEMENTS

ALTER USER Statement, CREATE USER Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095