Some databases allow embedded queries so that one can get the count
simply (and efficiently?) by doing
SELECT COUNT(*) FROM (the real select goes here);This works in Oracle but .... Joe
Some databases allow embedded queries so that one can get the count
simply (and efficiently?) by doing
SELECT COUNT(*) FROM (the real select goes here);This works in Oracle but .... Joe