THIS TOPIC APPLIES TO: SQL Server Azure SQL Database Azure SQL Data Warehouse Parallel Data Warehouse
Returns the version of SQL Data Warehouse running on the appliance.
Syntax
Azure SQL Data Warehouse and Parallel Data Warehouse
VERSION ( )
Examples
The following example returns the version number.
SELECT VERSION();
No comments:
Post a Comment