STS_Release function

The STS_Release function returns the internal version number and build date for the spatiotemporal search extension.

Syntax

STS_Release()
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 STS_Release;