My input is month and year in integer.
- month year
- 8 2011
- 9 2012
- 10 2012
I want the output as month and year concatenated as month name and year.
- mon_yr
- August 2011
- September 2012
- October 2012
Please help me on this issue.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try this:
Use the DateName function to find the month_name, But that function requires a date value as input, so converting the month number to a date in the inside query..
result: