Skip to content

Commit

Permalink
docs: Update select-query-builder.md (typeorm#11166)
Browse files Browse the repository at this point in the history
change row by column y description
  • Loading branch information
madmaxdios authored Dec 30, 2024
1 parent af7ac1c commit 30f801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/select-query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30f801f

Please sign in to comment.