Skip to main content
Version: current [26.x]

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 example
SELECT SESSION_USER
-- [email protected]
SESSION_USER example
SELECT "SESSION_USER"()
-- [email protected]

Usage Notes

This function is identical to the functions SYSTEM_USER and USER.