SqlExpression SYSTEM USER
From Eigenpedia
Contents |
Syntax
SYSTEM_USER
Purpose
Returns the currently active username for the host operating system. (ie, the username from the operating system on which JDBC client is running)
Input
- no input required
Output
- returns the currently active username for the host operating system as a character string
Example
| Function | Result |
|---|---|
| SYSTEM_USER | calvin |

