what is wrong with this?
i keep getting the message-
A Return statement with a return value cannot be used in this ccontext
rsshetty.
It's always in the details.
Code:
create function uf_PageTop3
returns varchar(1000)
as
begin
declare @str varchar(1000)
return @str
end
A Return statement with a return value cannot be used in this ccontext
rsshetty.
It's always in the details.