Iam sure this a simple one, but I still need help please??
I have these 2 script tables but I need to end up with one table which will return all records from the second table that are not in the first, so has been a status 97 but never been a status 5. Not sure if I should be nesting or...
I have these 4 queries but I am new to SQL and I can't figure out how to put them into 1 table. Can someone please help?
Select
count (P.Pass) PastLight
From
Transactions T (nolock)
Inner Join
Invoicing I (nolock) on T.InvoicingID = I.InvoicingID
Inner Join...
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.