SELECT SUM(column) ORDER BY SUM(column)
Hi All,
hoping to find All You Well.
I have a problem in making a ranking query of the tracks that have sold the most...
My db have also a column 'converted' and I would like to find the TOP TEN SUM(converted) GROUP BY another column 'catalog'.
Any suggestion ?
thanks
Gio
Subject
Views
Written By
Posted
SELECT SUM(column) ORDER BY SUM(column)
163
December 07, 2021 10:27AM
98
December 07, 2021 10:29AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.