HelloI have a query where:WHERE a.jobdate >=GETDATE()-1This brings though data from today and yesterday; I understand this is because GETDATE = now.However, all I want is to see is data from today only.Is there any way the above query can be amended - probably not using GETDATE - so I can achieve this?Many thanks for any advice.
↧