Viewing 6 posts - 1 through 7 (of 7 total)
Hi Livingston
Thanks
May 11, 2015 at 9:29 am
#1796987
Hi Alan
I have written the query like this . It is working is it o.k
SELECT top 1 u_Month, u_Year, CAST('1-'+CAST(u_month AS varchar(2))+'-'+CAST(u_year AS char(4)) AS date) AS dt
FROM...
May 11, 2015 at 9:27 am
#1796986
Hi
I have below data & i want record with value 6 & 2013 should be returned. Both the fields are numeric
U_MonthU_Year
122012
12013
22013
32013
42013
52013
62013
May 11, 2015 at 9:03 am
#1796973
Just pls guide me i want to display the latest year maximum month value.
May 11, 2015 at 7:25 am
#1796953
I have 3 fields month,year,status. Status will have value 0 or 1
May 11, 2015 at 5:47 am
#1796924
I have 1 more field Status. It should return its value
May 11, 2015 at 5:36 am
#1796917