Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: GETDATE() - 1 Day

    U can go for this solution:

    declare @temp varchar(20)

    select @temp = GETDATE()

    select DATEADD(day, -1, @temp)

Viewing post 1 (of 1 total)