brandon...@gmail.com
unread,Dec 28, 2012, 8:01:08 AM12/28/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I use Sybase 12.5 ASE, and need some TSQL for the following:
My table looks like this:
Date Value
There are many records for each date.
I want to find the 25th 50th and 75th percentile for each date.
The only way I can think of is to use a cursor in a loop (yuck).
Does anyone have any SQL code to compute several percentile rankings for each date?
Thank you in advance
Brandon