8. SQL Statements : ALTER USER
 
Share this page                  
ALTER USER
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The ALTER USER statement changes the characteristics of an existing user.
Use ADD PRIVILEGES to give the user additional privileges. Use DROP PRIVILEGES to remove privileges from the user.
Note:  You cannot use either ADD PRIVILEGES or DROP PRIVILEGES if with_option is specified in the with_clause.