Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Stuck to using pivot table

    yes. it simple and effective. 🙂

  • RE: Query problem

    After follow your advice, this my query

    SELECT t3.DATE_TAKEN,t3.MAIN_ID,t3.DAILY_RAINFALL,ltrf.month_year,

    ltrf.cumrf1year

    FROM

    (SELECT CAST(CAST(m.Month AS varchar(2)) + '/1/' + CAST(m.Year AS varchar(4)) AS datetime) AS DATE_TAKEN,m.MAIN_ID,m.DAILY_RAINFALL

    FROM

    (

    SELECT MONTH(t.Date_Taken) AS Month,

    YEAR(t.Date_Taken)...

  • RE: Get rows between current date and current time

    million thanks. it's work perfectly. :D. your explanation is awesome. 😉

Viewing 3 posts - 1 through 3 (of 3 total)