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
|
- [SQL] Select Maths Phillip Smith
- Re: [SQL] Select Maths Rodrigo De Leon
- Re: [SQL] Select Maths Aaron Bono
- Re: [SQL] Select Maths Phillip Smith
- Re: [SQL] Select Maths Aaron Bono
- Re: [SQL] Select Maths Phillip Smith
- Re: [SQL] Select Maths Aaron Bono
- Re: [SQL] Select Maths Phillip Smith