i have a table Month which contains two columns month(type integer) and closed_mon(type bit).
column month contains values such as 201004,201005.. .. where 2010 is year and 04 is the month (yyyymm format).
I want to exact this field and convert it to its equivalent month and vice-versa. Ex. 201004 should appear as April 2010.
Please Help..!!
column month contains values such as 201004,201005.. .. where 2010 is year and 04 is the month (yyyymm format).
I want to exact this field and convert it to its equivalent month and vice-versa. Ex. 201004 should appear as April 2010.
Please Help..!!
Comment