Product Documentation

SQL Reference Guide

Previous Topic

Next Topic

SESSION_USER SQL Function

Syntax

SESSION_USER

Description

The scalar function SESSION_USER returns the value of the FairCom DB SQL session identifier. c-treeACE SQLFairCom DB SQL returns the user.

Example

ISQL>SELECT SESSION_USER FROM admin.syscalctable;

FRED

-------

fred

1 record selected

Note: SQL-99 compatible

TOCIndex