SESSION_ID SQL Function

Previous Next

Returns a unique session identifier for the current session.

If the value of the STARTUP_EVENT Rules Engine parameter has been set to True, this unique identifier is the SESSION_ID value that was inserted in the T_EVENT table the last time the Rules Engine was started.

Syntax

SELECT    SESSION_ID()

Note

This is a convertible function resolved by USoft and thus supported on all RDBMS platforms.

 

See also

SQL Functions