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

Calculating time diff assistance

$
0
0
This is going to be a difficult one to explain, I'll do my best:

[code language="sql"]
DECLARE @StartDate AS DATE = '1/1/2017'
DECLARE @EndDate AS DATE = '1/31/2017'

SELECT Radio_Name,

Viewing all articles
Browse latest Browse all 3145

Trending Articles