Category Archives: documentdb Sql

Khóa học miễn phí DocumentDB SQL – Value Keyword nhận dự án làm có lương

DocumentDB SQL – Value Keyword When you know you”re only returning a single value, then the VALUE keyword can help produce a leaner result set by avoiding the overhead of creating a full-blown object. The VALUE keyword provides a way to return JSON value. Let’s take a look at a simple example. Following is the […]

Khóa học miễn phí DocumentDB SQL – Select Clause nhận dự án làm có lương

DocumentDB SQL – Select Clause The Azure portal has a Query Explorer that lets us run any SQL query against our DocumentDB database. We will use the Query Explorer to demonstrate the many different capabilities and features of the query language starting with the simplest possible query. Step 1 − Open the Azure Portal, and […]