Omnidex SQL Function: CURRENT_USER

Description

The USER, CURRENT_USER and SESSION_USER functions return the current user of Omnidex. Omnidex does not provide a user security layer, and so these functions always return a value of “DEFAULT”.

This function returns a STRING datatype.

Syntax

CURRENT_USER

Examples

Example 1: Column

> select current_user from $omnidex;

CURRENT
-------
DEFAULT

Additional Resources

See also: