DRAFT

Omnidex SQL Function: SYSTEM_USER

Description

The SYSTEM_USER function returns a string containing the operating system login. The return data type is C STRING maximum length 255.

Syntax

SYSTEM_USER

Example

Example 1

SELECT company, 
system_user 
FROM customers WHERE company='dynamic'
 
Dynamic Information Systems Corporation     TDO