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, 2232🔥, 0💬
Popular Posts:
How To Calculate DATETIME Value Differences Using the DATEDIFF() Function in SQL Server Transact-SQL...
Can Date and Time Values Be Converted into Integers in SQL Server Transact-SQL? Can date and time va...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...