© 2026 Hedgehog Software, LLC
drizzle-orm
1.0.0-beta.6-4414a19
mssql
count()
Expected 0-1 arguments, but got 2.ts(2554)
const result = await ctx.db.select({ //... count: count(table1.column, eq(table1.column, table2.column)) }).from(table2)
db.$count