Viewing 3 posts - 1 through 3 (of 3 total)
The stored proc is very simple
CREATE PROCEDURE sp_getPercent @name varchar(40), @year int
AS
BEGIN
SELECT CASE
when Name1 =@name then round(Share1,2,1)
...
August 12, 2005 at 12:19 pm
#581902
Thanks - I will look into that!
August 12, 2005 at 10:39 am
#581850
THANK YOU!
July 13, 2005 at 9:39 am
#573974