Categories: System
SESSION_USER
Returns the user that created the current session. This function cannot be used in a Reflection.
Syntax
SESSION_USER → varchar
Examples
SESSION_USER exampleSELECT SESSION_USER
-- [email protected]
SELECT "SESSION_USER"()
-- [email protected]
Usage Notes
This function is identical to the functions SYSTEM_USER and USER.