9.7.4.5 DROP USER

Purpose

The DROP USER command removes a user from a database server.

Syntax

DROP USER { ALL | user1 [, user2]... }

Usage Notes

  • user(n) is the name of a user to drop.

Example 9-53 Dropping a User

DBMCLI>DROP USER jdoe