Index: openacs-4/packages/user-tracking/www/communities-stats-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-tracking/www/Attic/communities-stats-oracle.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/user-tracking/www/communities-stats-oracle.xql 10 Mar 2006 12:32:07 -0000 1.1.2.1 @@ -0,0 +1,23 @@ + + + + oracle8.1.6 + + + + select count(distinct h.community_key) + from dotlrn_communities h, dotlrn_clubs c + where h.parent_community_id is not null + or c.club_id = h.community_id + + + + + + select count(distinct dotlrn_communities_full.community_id) + from dotlrn_classes, dotlrn_communities_full + where dotlrn_communities_full.community_type = dotlrn_classes.class_key + + + +