Databases
>
AdventureWorks2019
>
Scalar Functions
> ufnLeadingZeros
AdventureWorks2019
ufnLeadingZeros
//
Scalar function used by the Sales.Customer table to help set the account number.
Created:
5/8/2023
Modified:
5/8/2023
Parameters
//
Scalar function used by the Sales.Customer table to help set the account number.
returns
[varchar](8) NULL
//
Input parameter for the scalar function ufnLeadingZeros. Enter a valid integer.
@Value
[int] NULL
Definition