FUNCTION  fDocColumns

Return the list of Columns in a given table or view

Used by the auto-doc interface. For getting the 'rank' column in the DBColumns table, see fDocColumnsWithRank. select * from dbo.fDocColumns('Star')

Input and output parameters

nametypelengthinoutpnum
@tablenamevarchar400input1
lengthint4output4
enumvarchar64output1
namevarchar64output2
typevarchar32output3
unitvarchar64output5
ucdvarchar64output6
descriptionvarchar2048output7