Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Lookup Table Setup?

    I assume that you are trying to match values of StatusNum from table2 and status from table1

    select

    b.StatusName

    from querytable.dbo.table1...

Viewing post 1 (of 1 total)