set variableName = yourFunctionName(variableName which you want to pass)
G. S. .Net Developer
Thanks & Regards Hari
set @name = func(@i)
SELECT functionName(parameterValue)
DECLARE @test VARCHAR(20) SELECT @test = functionName(parameterValue)
DECLARE @test VARCHAR(20) SET @test = functionName(parameterValue)
Thanks Tanuja (If this content helped you, Please mark it as Answer)
Login to post response