Viewing post 1 (of 1 total)
I assume that you are trying to match values of StatusNum from table2 and status from table1
select
b.StatusName
from querytable.dbo.table1...
August 13, 2013 at 12:33 pm
#1641074