# USER

Returns the name of the current user.

## Syntax

```sql
USER();

```

## Return Type

String.

## Example

```sql
SELECT USER();

```

```output

+--------+
| USER() |
+--------+
| admin@ |
+--------+

```

***

Modified at: February 24, 2023

Source: [/db/v9.1/reference/sql-reference/information-functions/user/](https://docs.singlestore.com/db/v9.1/reference/sql-reference/information-functions/user/)

(An index of the documentation is available at /llms.txt)
