[GENERAL] Re: Very long running query

2001-04-11 Thread Konstantinos Agouros
On Tue, Apr 10, 2001 at 11:38:49AM -0400, Joel Burton wrote: > On 10 Apr 2001, Konstantinos Agouros wrote: > > > Hi, > > > > I have a query running for 97hours now and I am wondering if this can be made > > any faster. > > The Query is: > > insert into dailyreport select timestamp(date >'1-8-20

[GENERAL] Re: Very long running query

2001-04-10 Thread Joel Burton
On 10 Apr 2001, Konstantinos Agouros wrote: > Hi, > > I have a query running for 97hours now and I am wondering if this can be made > any faster. > The Query is: > insert into dailyreport select timestamp(date >'1-8-2001'),a.category,'Observed',sum(b.count) as count from websensebycat a, >nets