Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select rank=count(*), a1.name
from Fruits a1, Fruits a2
where a1.name >= a2.name
group by a1.name
order by rank
[\code]
I can define the order by another field if i had to.
I'm using a reporting tool that only accepts sql commands. I could always call a stored procedure, but seems overkill for something that appears trivial.
Thanks anyways :)
Ry
I could always call a stored procedure, but seems overkill for something that appears trivial.
rank name
16 ActivityDuration
17 addr
23 agent_type
24 algorithm
25 AlterTimeStamp
38 auid
42 backuplsn
46 bitlength
47 bitposint
48 bitposleaf
....