I have seen different variations of this question before, but haven't seen an answer that works for me. I have a DATE_MODIFIED field that is a date/time field. I want to write a where clause on it and select the date using GETDATE(). That is, I want to be able to select the data for today's date regardless of the time the query is run. Can anyone provide any advice here? I'm still pretty new at this.
where DATE_MODIFIED = GETDATE()