Get record count in Azure DocumentDb

后端 未结 8 1815
孤街浪徒
孤街浪徒 2021-02-03 18:44

It seems like \'select count(*) from c\' in the SQL queries allowed by documentdb in the azure site and through the documentdb explorer (https://studiodocumentdb.codeplex.com/)

8条回答
  •  南方客
    南方客 (楼主)
    2021-02-03 19:04

    This is now possible in the year 2017 of our lord.

    SELECT VALUE COUNT(1) FROM c

    [ 1234 ]

提交回复
热议问题