Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: move calculation to right side

    I created the table as suggested and tested. This is what I found worked:

    select date_created as new from caltest

    where

    Date_Created between dateadd(day,-372,'2013-12-25') and dateadd(day,-363,'2013-12-25')

    ORDER BY Date_Created

    Thank...

Viewing post 1 (of 2 total)