bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL SESSION_USER() Function

Example

SELECT SESSION_USER();

Definition and Usage

The SESSION_USER() function returns the current user name and host name for the MySQL connection.

Note

This function is equal to the SYSTEM_USER() and the USER() function.

Syntax

SESSION_USER()

Technical Details

Works in:From MySQL 4.0

Previous

MySQL NULLIF() Function

Next

MySQL SYSTEM_USER() Function