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, 2527🔥, 0💬
Popular Posts:
How To Assign Debug Privileges to a User in Oracle? In order to run SQL Developer in debug mode, the...
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...
How To Start Instance with a Minimal Initialization Parameter File in Oracle? The sample initializat...
What Happens to the Current Transaction If a START TRANSACTION Is Executed in MySQL? If you are in a...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...