Wednesday 17 February 2016

VERSION (SQL Data Warehouse)

THIS TOPIC APPLIES TO: noSQL Server noAzure SQL Database yesAzure SQL Data Warehouse yesParallel Data Warehouse
Returns the version of SQL Data Warehouse running on the appliance.

Syntax

Azure SQL Data Warehouse and Parallel Data Warehouse
VERSION ( )

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 to limit the number of returned rows.

Examples

The following example returns the version number.
SELECT VERSION();

No comments:

Post a Comment

SQL Server Services and Tools

  Microsoft provides both data management and business intelligence (BI) tools and services together with SQL Server. For data management, S...