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, 393🔥, 0💬
Popular Posts:
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...
Why I Can Not Enter 0.001 Second in DATETIME values in SQL Server Transact-SQL? If you enter millise...
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...