How Do i use the Substing method in sql 2000 if i have values from 1 to 12 and would like each of the numbers to repesent a month of the year.
Example
1 = January
2= Febuary
3 = March ....
Are there any other method that I could use to get the month back with sql from an integer value?
Example
1 = January
2= Febuary
3 = March ....
Are there any other method that I could use to get the month back with sql from an integer value?
Comment