Icon CURRENT_USER

Returns the current user's name as a string.

Syntax
CURRENT_USER()

Returns
VARCHAR

Usage
The CURRENT_USER function returns the current user's name as a string.

Examples
SELECT *
FROM TransactionHistory
WHERE User = CURRENT_USER()

SQL 2003 Standard Deviations
This function deviates from the SQL 2003 standard in the following ways:

DeviationDetails
None
Image