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