Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Date range criteria

    select * from table1 where <FirstDate Passed> between startdate and enddate and <Second Date Passed> between startdate and enddate

    this will give u the second record as expected

Viewing post 1 (of 1 total)