How can i get the total number of rows in a result set. the result set is a result of select statement. i need the number of rows without fetching the rows.
vasanthgnb: Include count(ID) in your select statement not fogetting to include a Group By clause and all should be revealed David C. Monks
david.monks@chase-international.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.