This is an old revision of the document!


DRAFT

Omnidex SQL Function: CURRENT_USER

Description

The USER, CURRENT_USER, SESSION_USER functions return the current user of Omnidex as entered when first connected to the current open environment. If no user was entered, the user of “DEFAULT” is returned. The return data type is a C STRING maximum length 32.

Syntax

CURRENT_USER

Example

Example 1

SELECT company, CURRENT_USER FROM customers WHERE company='dynamic'
 
Dynamic Information Systems Corporation, DEFAULT
...
 
Back to top
dev/sql/functions/current_user.1259972252.txt.gz · Last modified: 2016/06/28 22:38 (external edit)