TSPMatchRelease function
The TSPMatchRelease function returns the version number and build date for the TimeSeries Pattern Matching extension.
Syntax
TSPMatchRelease()
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 TSPMatchRelease();