taky0n
DTDrizzle Team
•Created by taky0n on 5/28/2024 in #help
"where" clause not found in "with" object
7 replies
DTDrizzle Team
•Created by taky0n on 5/28/2024 in #help
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?
2 replies