Viewing 2 posts - 1 through 3 (of 3 total)
Hi Lowell, thanks for your reply.
The cost price is service related and not an end product as such, we add mark up to the price as a middleman scenario, so...
March 30, 2012 at 6:29 am
#1466890
Hi and thanks for your suggestion, i shall give that a whirl now.
I have also tried the following:
DECLARE @Cost FLOAT
SELECT @Cost =SUM(Cost)*10/100 FROM dbo._Cost_Test
SELECT Mark_Up,@Cost,Mark_Up+@Cost FROM dbo._Cost_Test
Which outputs...
March 30, 2012 at 5:04 am
#1466860