This is an old revision of the document!


Omnidex SQL Function: SESSION_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 C STRING datatype.

Syntax

SESSION_USER

Examples

Example 1: Column

> select session_user from $omnidex;

SESSION
-------
DEFAULT

Additional Resources

See also:

 
Back to top
dev/sql/functions/session_user.1280356921.txt.gz · Last modified: 2016/06/28 22:38 (external edit)