SQL Server USER_NAME() 函数
定义和用法
USER_NAME() 函数根据指定的 ID 返回数据库用户名。
如果未指定 ID,此函数将返回当前用户的名称。
语法
USER_NAME(id_number)
参数值
参数 | 描述 |
---|---|
id_number | 可选。数据库中用户的 ID 号 |
技术细节
适用于 | SQL Server(从 2008 版开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
USER_NAME() 函数根据指定的 ID 返回数据库用户名。
如果未指定 ID,此函数将返回当前用户的名称。
USER_NAME(id_number)
参数 | 描述 |
---|---|
id_number | 可选。数据库中用户的 ID 号 |
适用于 | SQL Server(从 2008 版开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]