IN Statement

Hey folks, I'm trying to create a query that uses an IN statement such as: " SELECT * FROM Customers WHERE Country IN ('Germany', 'France', 'UK'); " How can I achieve this using methdos from drizzle-orm package?
1 Reply
Mykhailo
Mykhailo9mo ago
Drizzle ORM - Filters
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.

Did you find this page helpful?