Viewing 3 posts - 1 through 3 (of 3 total)
Hi John,
I got your point. Yes your solution is correct for my question.
Thanks for your great help!
Regards,
P.Paul
John Mitchell-245523 (8/22/2013)
prasanta.paul 88490 (8/22/2013)
Am I doing correct?
You tell me. Is it returning...
August 22, 2013 at 2:25 am
Hi John,
I have changed the code as below. It is returning data.
FROM
HAVING
COUNT(*) = (SELECT COUNT(*) FROM TblData)
TO
HAVING
COUNT(*) > 0
Am I doing correct?
Regards,
P.Paul
John Mitchell-245523 (8/22/2013)
August 22, 2013 at 2:05 am
John Mitchell-245523 (8/22/2013)
August 22, 2013 at 1:30 am
Viewing 3 posts - 1 through 3 (of 3 total)