We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a20ab commit 272c282Copy full SHA for 272c282
src/api/public-api/query-language.md
@@ -502,7 +502,7 @@ entity('orders').where(entity('order-products').count() >= 1).count() >= 1
502
503
#### Associated to Orders or is a VIP user
504
505
-This example collects all users which have at least 1 association to an `order` entity or have a `VIP` trait equal to true:
+This example collects all users who have at least 1 association to an `order` entity or have a `VIP` trait equal to true:
506
507
```sql
508
entity('orders').count() >= 1 OR trait('VIP') = 'true'
0 commit comments