Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Correlated Joins Using "Apply"

    Hi,

    If i understood the problem (you did not show the result set)

    I think that you can also write this query this way (sql 2000/2005):

    SELECT

    lvt.ID,

    lvt.PhoneNumber,

    lvt.CreateDate,

    lvc.CallWindowStart,

    lvc.CallWindowEnd,

    lvc.LVCallDispositionID...

Viewing post 1 (of 1 total)