Collections:
SYSTEM_USER() - Synonym for USER()
What's the difference between SYSTEM_USER() and USER() functions?
✍: FYIcenter.com
SYSTEM_USER() is
a synonym for the USER() function.
Related MySQL functions:
⇒ USER() - Login Name of Current User
⇐ SESSION_USER() - Synonym for USER()
2025-01-07, 2421🔥, 0💬
Popular Posts:
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...