@@VERSION (TSQL Function)

Returns the version of RSQL for the instance on which this session is running.

Syntax

@@VERSION

Return Types

Returns varchar.

Examples

PRINT @@VERSION;

The result may be different on your installation:

0.9
RSQL, a simple alternative to Microsoft SQL Server