'How to perform IN query in TypeORM QueryBuilder
I am trying something like this
query.andWhere('pickupAddress.pincode IN :pincode', { pincode: pickupPincode.split(',')} );
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
