Re: rounding down a number - Mailing list pgsql-novice

From Jim Stalewski
Subject Re: rounding down a number
Date
Msg-id 2EA705769274A24C9637C6686F0B53E4FB133C@OE.OG.local
Whole thread Raw
In response to rounding down a number  ("Michael" <mmcelarn@hotmail.com>)
List pgsql-novice
Try subtracting .01 prior to passing the number to the rounding
function.

________________________________________
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Michael
Sent: Friday, March 30, 2007 4:39 PM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] rounding down a number

Hi,
I'm trying to round down any number with a half, but keep the round
function for all other fractions.
For example


100.1 becomes 100
100.4 becomes 100
100.5 becomes 100 (this one would ordinarily round to 101)
100.6 becomes 101
100.9 becomes 101

Thanks, Mick


This email and any files transmitted with it are confidential and intended solely for the use of the individual or
entityto whom they are addressed. If you have received this email in error please notify the sender and delete it.
Pleasenote that any views or opinions presented in this email are solely those of the author and do not necessarily
representthose of the company.  
No employee or agent is authorized to conclude any binding agreement on behalf of Visa Lighting with another party by
emailwithout express written confirmation by an authorized representative of the Company. 
Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no
liabilityfor any damage caused by any virus transmitted by this email.  




pgsql-novice by date:

Previous
From: Phillip Smith
Date:
Subject: Re: rounding down a number
Next
From: Frank Bax
Date:
Subject: Re: rounding down a number