Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Query to bring through today's values only

$
0
0
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.

Viewing all articles
Browse latest Browse all 2791

Trending Articles