FUNCTION  fSpecClassN

Returns the SpecClass name, indexed by value

the SpecClass values can be found with
Select * from SpecClass
Sample call to fSpecClassN.
select top 10 dbo.fSpecClassN(specClass) as specClass
from SpecObj

see also fSpecClass

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar40input0