sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

Azure Cosmos DB

Filter documents with a substring.

SELECT * FROM c WHERE c.email LIKE "%substring%"