Rediger

Version - Transact-SQL Metadata functions

Applies to: Azure Synapse Analytics

Returns the version of Azure Synapse Analytics running on the appliance.

Transact-SQL syntax conventions

Syntax

-- Azure Synapse Analytics
VERSION ( )  

Arguments

General Remarks

A table name must be specified in a FROM clause for this function to return results. A result row will be returned for each row in the result set for the query; use TOP (Transact-SQL) to limit the number of returned rows.

Examples

The following example returns the version number.

SELECT VERSION();