SQL Azure and support for CTE syntax

azureazure-sql-databasecommon-table-expressionsql server

Does anyone know if SQL Azure supports CTE syntax? Specifically;

  • WITH
  • OVER
  • ROW_NUMBER()
  • PARTITION BY

Best Answer

Yep. See here - "WITH common_table_expression" is listed as supported. I would assume that means all of the above.