问题
Does anyone know if SQL Azure supports CTE syntax? Specifically; WITH, OVER, ROW_NUMBER(), PARTITION BY
回答1:
Yep. See here - "WITH common_table_expression" is listed as supported. I would assume that means all of the above.
来源:https://stackoverflow.com/questions/1630606/sql-azure-and-support-for-cte-syntax