Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

SQL Reference

Functions

Syntax

Example

 

SQL Reference

Joins

Nested Queries

Set Operations

ON CURSOR | INSTANCE

WITH Options

Commands

Functions

 

SYSTEM_USER

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

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

Dynamic Information Systems Corporation     cal

Top