Hi
Anyone know how do convert numerical months to text months in Oracle?
I'm looking for the Oracle equivelent of:
VB Code:
Function ReturnTextMonth(ByVal iMonthNumber As Integer) As String ReturnTextMonth = Format("01/" & iMonthNumber & "/2003", "mmm") End Function


Reply With Quote