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.txt ยท Last modified: 2012/10/26 14:28 (external edit)