SQL/MX 2.x Reference Manual (G06.24+, H06.03+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual523725-004
9-172
USER Function
USER Function
The USER function returns the current Guardian user ID as variable-length character
data in the form group.name.
The USER function is equivalent to the CURRENT_USER Function on page 9-41 and
the SESSION_USER Function on page 9-141.
Examples of USER
Retrieve the user name value for the current user:
SELECT USER FROM logfile;
(EXPR)
------------------------------------------
DCS.TSHAW
...
--- 5 row(s) selected.
USER