Viewing 2 posts - 1 through 3 (of 3 total)
Hi,
this is the exact statement which we are using.
SELECT pb.TransactID FROM Master_data pb INNER JOIN Transact ch on pb.PolicyNo = ch.PolicyNo and
pb.InstructionId = ch.ContHstid
WHERE...
June 21, 2012 at 6:41 am
#1503894
Lynn Pettis,
Thanks for your reply...
again a strange thing!! that is i am able to retrive the results for top 7 records. where as
if i queried 'Select top 8 ...
June 21, 2012 at 2:23 am
#1503815