Categories: System
QUERY_USER
Returns the username of the user that is currently logged in to the system. This function cannot be used in a Reflection.
Syntax
QUERY_USER() → varchar
Examples
QUERY_USER exampleSELECT QUERY_USER()
-- [email protected]