docs: Update select-query-builder.md (#11166)

change row by column y description
This commit is contained in:
Victor Domene Gimeno 2024-12-30 09:27:45 +01:00 committed by GitHub
parent af7ac1c6d8
commit 30f801f9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1216,7 +1216,7 @@ export class User {
}
```
Using a standard `find` or query, you will not receive the rows which have a value in that row. However, if you do the following:
Using a standard `find` or query, you will not receive the rows which have a value in that column. However, if you do the following:
```typescript
const users = await dataSource