this is the statement I used and worked perfectly. Thanks again.
SELECT t.*
FROM dbo.Targus_Return t LEFT OUTER JOIN
EIC_ADMIN.TargusAbandoned a ON t.CallId = a.Callid
WHERE (a.Callid IS NULL) AND (t.Status = '2') OR
(t.Status = '3')
Ashley L Rickards
SQL DBA
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.