Viewing 3 posts - 16 through 18 (of 18 total)
I'm pretty sure Jonathan AC Roberts has is right in his original post, the iType = 1 in the NOT EXISTS subquery is what's throwing you.
You're correct that the code...
January 7, 2020 at 3:27 pm
#3713223
If you have a dbo.C table/view in the database the query will run ok.
November 8, 2019 at 10:39 am
#3696213
Yes, you need to use the Decision1 subquery in the WHERE clause in place of Decision1. Decision1 in the query you have written is a column alias, meaning the column...
September 10, 2014 at 7:26 am
#1744422