SQL Server CURRENT_USER Function
Clash Royale CLAN TAG#URR8PPP
googletag.cmd.push(function() googletag.display('div-gpt-ad-1422003450156-2'); );
SQL Server CURRENT_USER Function
❮ SQL Server Functions
Example
Return the name of the current user in the SQL Server database:
SELECT CURRENT_USER;
Try it Yourself »
Definition and Usage
The CURRENT_USER function returns the name of the current user in the SQL Server database.
Syntax
CURRENT_USER
Technical Details
Works in: | SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse |
---|
❮ SQL Server Functions