Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Help with WHERE statement.

    You could try something like

    [font="Courier New"]select * from Table where DATEPART(wk, DateField) = DATEPART(wk, GETDATE())[/font]

    That would give you all rows from this week.

Viewing post 1 (of 2 total)