I am wanting to generate a report using TSql and am having problems understanding how to join my queries into a single query.
Query #1:
SELECT distinct(Incident."Group Name"),Count(*) "Backlog"
FROM "_SMDBA_".Incident Incident
WHERE
((Incident."Group Name" LIKE 'IT-%') OR (Incident."Group...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.