This is an old revision of the document!


DRAFT

Omnidex SQL Function: 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.

These functions are identical.

Syntax

USER

Example

Example 1

select company, user from customers where company='dynamic'

Dynamic Information Systems Corporation, DEFAULT …

 
Back to top
dev/sql/functions/user.1259974336.txt.gz · Last modified: 2016/06/28 22:38 (external edit)