Total number of records in a ResultSet
450377Nov 22 2005 — edited Nov 23 2005Is there a better way to figure out the total number of records in a ResultSet within the same SELECT, rather than doing an additional SELECT on Resultset with COUNT() inbuilt Function.