Select Maths

From: "Phillip Smith" <phillips(at)weatherbeeta(dot)com(dot)au>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Select Maths
Date: 2006-07-07 06:53:52
Message-ID: 012b01c6a192$1b827730$9b0014ac@ITPhil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi again,

Same SELECT query as before, different area of it. I have a function that
calculates the recommended purchase order quantity for a stock item based
off various other values and functions:

pqty(stock.code) AS "pqty"

This needs to be rounded up / down to the nearest multiple of the purchase
unit quantity for that product - It's Friday afternoon and my head has
refused to help me work out the maths all afternoon!

Example:

Pqty = 60

Purchase Unit = 25

Pqty needs to be rounded down to 50.

I guess I'm also asking if I should do this in the Pqty function or in the
SELECT query to optimize the result?

Thanks all - Enjoy your weekends I hope!

Cheers,

-p

*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee. If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Clarke 2006-07-07 07:37:15 Re: Alternative to serial primary key
Previous Message Phillip Smith 2006-07-07 06:47:24 Select CASE Concatenation