Databases
>
AdventureWorks2019
>
Scalar Functions
> ufnGetDocumentStatusText
AdventureWorks2019
ufnGetDocumentStatusText
//
Scalar function returning the text representation of the Status column in the Document table.
Created:
5/8/2023
Modified:
5/8/2023
Parameters
//
Scalar function returning the text representation of the Status column in the Document table.
returns
[nvarchar](16) NULL
//
Input parameter for the scalar function ufnGetDocumentStatusText. Enter a valid integer.
@Status
[tinyint] NULL
Definition