Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/drizzle-team/drizzle-orm
/ desc
Function
desc
drizzle-orm/src/sql/expressions/select.ts:43–45 ·
view source on GitHub ↗
(column: AnyColumn | SQLWrapper)
Source
from the content-addressed store, hash-verified
41
* @see asc to sort in ascending order
42
*/
43
export
function
desc(column: AnyColumn | SQLWrapper): SQL {
44
return
sql`${column} desc`;
45
}
Callers
15
mysql.test.ts
File · 0.90
pg.test.ts
File · 0.90
mysql.planetscale.test.ts
File · 0.90
turso.test.ts
File · 0.90
bettersqlite.test.ts
File · 0.90
pg.postgresjs.test.ts
File · 0.90
vercel.test.ts
File · 0.90
pg.test.ts
File · 0.90
set-operators.ts
File · 0.90
set-operators.ts
File · 0.90
set-operators.ts
File · 0.90
set-operators.ts
File · 0.90
Calls
1
sql
Function · 0.90
Tested by
no test coverage detected