Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Saturday, August 26, 2017

How to do this in one sql statement without CTE ?

SQLServerCentral » Latest topics
How to do this in one sql statement without CTE ?
I am able to query  Total number of Devices  from below CTE. 

[code language="sql"]
with Alarmreport (ID,SiteName,DEVICENAME)

No comments: