- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: how to show  1

To get document count and size:
SELECT count(*) as cnt, sum(docsize) as sz FROM url WHERE status in 
(200,206,304);
To get the number of sites:
SELECT count(*) FROM server WHERE command='S' AND parent > 0;
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1164998266

Reply via email to