Popular Posts

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

Sunday, November 19, 2017

Combine 3 SQL queries

SQLServerCentral » Latest topics
Combine 3 SQL queries
Hello,
I want the combine the following queries 
[code language="sql"]
Select Complains.[Subject] as NewComplains,Complains.ID AS ComplainID from Complains where Complains.ReadStatus = 'false'

No comments: