Count with Limit
How can i recreate this select in Drizzle?
I want to reuse a query builder to get the total number of results limited to 1000.
1 Reply
You can pass the subquery to the
.from()
no problem..from()
no problem.