Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: Query

    Hi Livingston

    Thanks

  • RE: Query

    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...

  • RE: Query

    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

    Thanks

  • RE: Query

    Hi

    Just pls guide me i want to display the latest year maximum month value.

    Thanks

  • RE: Query

    Hi

    I have 3 fields month,year,status. Status will have value 0 or 1

    Thanks

  • RE: Query

    Hi

    I have 1 more field Status. It should return its value

    Thanks

Viewing 6 posts - 1 through 7 (of 7 total)