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'
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:
Post a Comment