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, 2444🔥, 0💬
Popular Posts:
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...