| title | VERSION (Transact-SQL) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 06/10/2016 | |
| ms.prod | sql-non-specified | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | language-reference | |
| dev_langs |
|
|
| ms.assetid | 95a79b33-98f2-4929-a1a5-93b522a9e152 | |
| caps.latest.revision | 7 | |
| author | barbkess | |
| ms.author | barbkess | |
| manager | jhubbard |
[!INCLUDEtsql-appliesto-xxxxxx-xxxx-asdw-pdw_md]
Returns the version of [!INCLUDEssSDW] or [!INCLUDEssPDW_md] running on the appliance.
Transact-SQL Syntax Conventions (Transact-SQL)
-- Azure SQL Data Warehouse and Parallel Data Warehouse
VERSION ( )
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.
The following example returns the version number.
SELECT VERSION();