百度智能云

All Product Document

          Data Warehouse

          DROP-USER

          DROP USER

          Description

          This statement is used to drop a created user.

          DROP USER 'user_identity'
          • user_identity

            User name to be dropped.

            user@'host'
            user@['domain']

          Example

          1. Drop user jack@'192.%'

            DROP USER 'jack'@'192.%'

          Keywords

          DROP, USER
          Previous
          SET-PASSWORD
          Next
          CREATE-USER