mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: Update select-query-builder.md (#11166)
change row by column y description
This commit is contained in:
parent
af7ac1c6d8
commit
30f801f9f0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user