Skip to content

Commit e6e2695

Browse files
authored
Update parameterized-queries.md
1 parent f5816cc commit e6e2695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/nosql/query/parameterized-queries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: how-to
1111
ms.devlang: nosql
12-
ms.date: 02/27/2024
12+
ms.date: 06/05/2024
1313
ms.custom: query-reference
1414
---
1515

@@ -21,7 +21,7 @@ Azure Cosmos DB for NoSQL supports queries with parameters expressed by the fami
2121

2222
## Examples
2323

24-
For example, you can write a query that takes ``lastName`` and ``address.state`` as parameters, and execute it for various values of ``lastName`` and ``address.state`` based on user input.
24+
For example, you can write a query that takes `upperPriceLimit` as a parameter, and execute it for various values of `price` based on user input.
2525

2626
```nosql
2727
SELECT
@@ -47,7 +47,7 @@ You can then send this request to Azure Cosmos DB for NoSQL as a parameterized J
4747
}
4848
```
4949

50-
This next example sets the ``TOP`` argument with a parameterized query:
50+
This next example sets the `TOP` argument with a parameterized query:
5151

5252
```nosql
5353
{

0 commit comments

Comments
 (0)