does subquery for cosmos work for multiple documents
I have 4 documents with 3 property
{
id:”id1Main”,
title:”title1Main”,
path:”path1/”
}
how to find records with duplicates inside a string array is cosmos db
I’m trying to write a cosmos query that return a list of ids, which contain duplicates in a string array that exists on each record.
How to round the result of an AVG in cosmosDB?
How to round the result of an aggregate operation (SUM, AVG, MAX, MIN) in cosmosDB?
List of courses for student in Cosmos DB
I’m trying to see how I can efficiently get a list of courses a student is registered for. All courses are stored in Cosmos DB using the Course
object that looks like this:
How to extract the index of a character’s nth occurrence from input string in cosmos DB?
I’m trying to extract different parts of an string input based on the occurrence of a character. But whatever I do is not working.
How to use IIF in ORDER BY Queries for Azure Cosmos DB
I have items in my cosmosdb and I want to order them by the orderStatus. RECEIVED item will be listed first, then PROCESSING items and then COMPLETED items.
Is it possible to use Dynamic Parameter with SqlQuery in Cosmos DB input binding
Is it possible to have parameter passed to SQLQuery if yes how.