(SQL) Want to know request numbers that exist with one value but not another
Advertisements I’m querying a single table that has a column (SignatureDocumentType) with two possible outcomes ‘PreliminaryTestReport’ and ‘FinalTestReport’. When either exists for a single RequestID a new row is created. I want to know all RequestIDs where ‘PreliminaryTestReport’ exists but ‘FinalTestReport’ doesn’t exist for the same RequestID. When I run the below I return no… Read More (SQL) Want to know request numbers that exist with one value but not another