Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/drizzle-team/drizzle-orm
/ asc
Function
asc
drizzle-orm/src/sql/expressions/select.ts:23–25 ·
view source on GitHub ↗
(column: AnyColumn | SQLWrapper)
Source
from the content-addressed store, hash-verified
21
* @see desc to sort in descending order
22
*/
23
export
function
asc(column: AnyColumn | SQLWrapper): SQL {
24
return
sql`${column} asc`;
25
}
26
27
/**
28
* Used in sorting, this specifies that the given
Callers
15
mysql-custom.test.ts
File · 0.90
tests
Function · 0.90
mysql-prefixed.test.ts
File · 0.90
tests
Function · 0.90
func
Function · 0.90
pg-custom.test.ts
File · 0.90
awsdatapi.test.ts
File · 0.90
tests
Function · 0.90
libsql-ws.test.ts
File · 0.90
libsql-http.test.ts
File · 0.90
selectWithGroupByComplexQuery
Method · 0.90
setOperationsUnionFromQueryBuilderWithSubquery
Method · 0.90
Calls
1
sql
Function · 0.90
Tested by
1
func
Function · 0.72