MySQL Forums
Forum List  »  Newbie

Re: Calculation of a '95th percentile'
Posted by: Rick James
Date: August 01, 2010 12:57PM

Well, find me the forumala. Here (perhaps) are the two values to feed into the formula:
mysql> SELECT O2_PPM FROM PCT_O2_PPM WHERE seq >= 0.90 * @ct ORDER BY seq LIMIT
2;
+----------+
| O2_PPM   |
+----------+
| 22400.00 |
| 23995.00 |
+----------+

Options: ReplyQuote


Subject
Written By
Posted
Re: Calculation of a '95th percentile'
August 01, 2010 12:57PM


Sorry, you can't reply to this topic. It has been closed.

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.