ubinatus
DTDrizzle Team
•Created by pato on 5/12/2024 in #help
help with count()
Hi! Have you tried
db.select({ count: count() }).from(YOUR_TABLE).where(eq(YOUT_TABLE.userId, YOUR_GIVEN_VALUE))
?9 replies