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, 2570🔥, 0💬
Popular Posts:
How To Get the Definition of a Stored Procedure Back in SQL Server Transact-SQL? If you want get the...
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
How To Escape Special Characters in SQL statements in MySQL? There are a number of special character...