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, 2652🔥, 0💬
Popular Posts:
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
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...
How To End a Stored Procedure Properly in SQL Server Transact-SQL? Where the end of the "CREATE PROC...