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, 2601🔥, 0💬
Popular Posts:
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...