Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Getting data from 7 days back to today, but what about from just the 7th day back? (no other days included)

$
0
0
[code language="sql"]DATETIME = DATEADD(DAY,-6,@Yesterday)[/code]
[code language="sql"]DATETIME = CAST(GETDATE() AS DATE)[/code]

So that gets me data fro

Viewing all articles
Browse latest Browse all 3145

Trending Articles