This is an old revision of the document!


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
 
Back to top
dev/sql/functions/system_user.1259973978.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)