Viewing 2 posts - 1 through 2 (of 2 total)
if not sure of who the owner is just use
MAX(HFC_Epay..Epay_Traction_Table.batch_num) instead of MAX(batch_num).
November 24, 2004 at 1:02 pm
#531465
try this...
SELECT T.EmployID, T.Batch_Num, U.LASTNAME, U.FRSTNAME
FROM HFC_Epay.dbo.EPay_Transaction_Table T INNER JOIN
...
November 23, 2004 at 6:37 pm
#531331