Database Catalog Data
SHOW USERS
This view has a row for every user in the database.
The output is ordered by the user_name
column.
The following table lists the output’s columns:
Column name | Data type | Description |
---|---|---|
USER_NAME | VARCHAR(64) | The username. This is the filter column. |