current-user

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

current-user [2015/09/23 20:27] (current)
Line 1: Line 1:
 +====== CURRENT_USER Function - PL/HQL ======
 +
 +CURRENT_USER function returns the name of the user executing the current PL/HQL script.
 +
 +**Syntax**:
 +
 +<code language="​sql">​
 +CURRENT_USER | CURRENT USER 
 +</​code>​
 +
 +**Return Type:**
 +
 +STRING
 +
 +**Example**:​
 +
 +Get the current user:
 +
 +<code language="​sql">​
 +CURRENT_USER
 +--
 +paul
 +</​code> ​
 +
 +**Compatibility**:​ IBM DB2, Teradata.
 +
 +**Version:​** PL/HQL 0.3.11
 +
 +See also:
 +
 +  * [[user|USER]]