开发者

SQL Azure and support for CTE syntax?

Does anyone know if SQL Azure supp开发者_运维百科orts CTE syntax? Specifically;

  • WITH
  • OVER
  • ROW_NUMBER()
  • PARTITION BY


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜