Re: Re:SQL Count Query

2003-01-19 Thread Adolfo Bello
On Sun, 2003-01-19 at 10:44, Paul DuBois wrote: > At 7:18 + 1/19/03, Nasser Ossareh wrote: > > >a row gets inserted into this table > >whenever a visitor uses a certain tool on the site > > > >based on this approach your table does not have any entries for the > >days that no one uses the cer

Re:SQL Count Query

2003-01-19 Thread Paul DuBois
At 7:18 + 1/19/03, Nasser Ossareh wrote: >a row gets inserted into this table whenever a visitor uses a certain tool on the site based on this approach your table does not have any entries for the days that no one uses the certain tool on the site. As a result your query can not pull out

Re:SQL Count Query

2003-01-18 Thread Nasser Ossareh
>a row gets inserted into this table whenever a visitor uses a certain tool on the site based on this approach your table does not have any entries for the days that no one uses the certain tool on the site. As a result your query can not pull out records which don't exist. You could catter fo