© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
S
Supabase
•
8mo ago
•
1 reply
Fadlillah
ordering on renaming aggregate rest
let
{ data
, error
}
= await supabase
.from
(
'transaction
_items
'
)
.select
(
products(*), total:quantity.sum()
products(*), total:quantity.sum()
)
.order
(
'total
'
,
{ ascending
: false
}
)
error
{
"code
"
:
"42703
"
,
"details
"
:null
,
"hint
"
:null
,
"message
"
:
"column transaction
_items
.total does not exist
"
}
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
GraphQL Aggregate
S
Supabase / help-and-questions
6mo ago
filtering on not selected column on aggregate solution
S
Supabase / help-and-questions
8mo ago
How to enable aggregate functions on self hosted supabase.
S
Supabase / help-and-questions
8mo ago
Ordering with timestamp not working ;(
S
Supabase / help-and-questions
4y ago