Top "Azure-cosmosdb-sqlapi" questions

How to write a LIKE query in Azure CosmosDB?

I want to retrieve data from Cosmos DB with the following query: SELECT * FROM c WHERE c.pi like '09%001…

azure azure-cosmosdb azure-cosmosdb-sqlapi
How to clear a Cosmos DB database or delete all items using Azure portal

If go to https://portal.azure.com, open our Azure Cosmos DB account (1) --> Data Explorer (2) --> Click …

azure azure-cosmosdb azureportal azure-cosmosdb-sqlapi
Azure Cosmos DB SQL API UPDATE statement - don't replace whole document

Can I write an UPDATE statement for Azure Cosmos DB? The SQL API supports queries, but what about updates? In …

azure azure-cosmosdb azure-cosmosdb-sqlapi