Collections:
SESSION_USER() - Synonym for USER()
What's the difference between SESSION_USER() and USER() functions?
✍: FYIcenter.com
SESSION_USER() is
a synonym for the USER() function.
Related MySQL functions:
⇒ SYSTEM_USER() - Synonym for USER()
⇐ SCHEMA() - Synonym for DATABASE()
2025-01-07, 2021🔥, 0💬
Popular Posts:
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...
How To Disable a Login Name in SQL Server? If you want temporarily disable a login name, you can use...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...