Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Phil, this is a good start...
Most appreciated
Troy.G
March 16, 2006 at 2:46 pm
#627166
Thank you, that is helpful
March 11, 2006 at 1:05 am
#626125
Sorry Sergiy, what is it you wanted to know?
March 8, 2006 at 6:27 pm
#625572
Hi
Try putting the whole calculation in bracket, like this
select cast(((Qr_Respuestas / dt.total) * 100) as numeric(10,2))
also you could try
select cast(((Qr_Respuestas / dt.total) * 100) as decimal(10,2))
Also, what are the individual...
February 19, 2006 at 1:34 pm
#621916