© 2026 Hedgehog Software, LLC
getTableColumns()
with
const sq = db.$with('sq').as(db.select().from(users).where(eq(users.id, 42))); const result = await db.with(sq).select().from(sq);
sq
getTableColumns(sq)
sq._.selectedFields