@@VERSION

Returns a version of a current instance of Lyftron. The value is: 'Lyftron Server semi compatible with Microsoft SQL Server 2012 11.0'.

Syntax

@@VERSION

Return types

nvarchar(4000)

Example

SELECT @@VERSION as LyftronVersionDescription;

See Also