TSAFuncsRelease function

The TSAFuncsRelease function returns the version number and build date for the TimeSeries advanced analytics extension.

Syntax

TSAFuncsRelease()          
Returns     LVARCHAR;

Returns

A string with the version number and build date.

Example

The following statement returns the version number and build date:

EXECUTE FUNCTION TSAFuncsRelease();