Collections:
SYSTEM_USER() - Synonym for USER()
What's the difference between SYSTEM_USER() and USER() functions?
✍: FYIcenter.com
SYSTEM_USER() is
a synonym for the USER() function.
Related MySQL functions:
⇒ USER() - Login Name of Current User
⇐ SESSION_USER() - Synonym for USER()
2025-01-07, 2143🔥, 0💬
Popular Posts:
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...
How To Verify a User name with SQLCMD Tool in SQL Server? The quickest way to verify a user name in ...
Where Is the Export Dump File Located in Oracle? If you are not specifying the dump directory and fi...
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...