USP_SIMPLEDATALIST_DAYOFMONTH

Return a list of days in a month when a payment can be made

Definition

Copy


create procedure dbo.USP_SIMPLEDATALIST_DAYOFMONTH as
    select NUM as VALUE, dbo.UFN_DAYOFMONTH_DESCRIPTION(Num) as LABEL from NUMBERS AS N where N.NUM between 1 and 29