Viewing post 1 (of 1 total)
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...
June 18, 2008 at 8:39 am
#830509