Re: Date range with empty rows (Was: Intra-table join)

2004-10-14 Thread SGreen
I have the same issue (missing dates) with my graphing widget, too. I worked around my problem by using script to create a temp table that contains all of the dates that cover the range of dates I want to chart then left join the data tables to my temp table. Sure it's a small memory load, and

Re: Date range with empty rows (Was: Intra-table join)

2004-10-14 Thread Harald Fuchs
In article <[EMAIL PROTECTED]>, Partap Davis <[EMAIL PROTECTED]> writes: > I'm graphing the data from this query using dates on the x axis. The > input to my graph module (GD::Graph) requires a constant-length list. > So if any days in my selection range have no data, I need to fill the > space

Re: Date Range

2004-09-27 Thread Dirk Bremer \(NISC\)
- Original Message - From: <[EMAIL PROTECTED]> To: "Dirk Bremer (NISC)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 27, 2004 14:30 Subject: Re: Date Range > I think you are very close but you are missing the LAST day of each mont

Re: Date Range

2004-09-27 Thread SGreen
er \(NISC\)" <[EMAIL PROTECTED]> wrote on 09/27/2004 03:18:46 PM: > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Dirk Bremer (NISC)" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday, September 27, 2004 11:40 > S

Re: Date Range

2004-09-27 Thread Dirk Bremer \(NISC\)
- Original Message - From: <[EMAIL PROTECTED]> To: "Dirk Bremer (NISC)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 27, 2004 11:40 Subject: Re: Date Range > To compute the date range for "two months ago". (if the curre

Re: Date Range

2004-09-27 Thread Paul DuBois
ROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Monday, September 27, 2004 11:40 >Subject: Re: Date Range > > >> I see that you are on 4.0.18 so you can't use many of the new date >> functions (4.1.1+) but has to be an easier way. Let's try thi

Re: Date Range

2004-09-27 Thread Paul DuBois
At 12:57 -0500 9/27/04, Dirk Bremer (NISC) wrote: - Original Message - From: <[EMAIL PROTECTED]> To: "Dirk Bremer (NISC)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 27, 2004 11:40 Subject: Re: Date Range I see that you are on 4.0.18

Re: Date Range

2004-09-27 Thread Dirk Bremer \(NISC\)
> Whether he needs semicolons depends on which tool he is using to execute > his statements. If he is using the MySQL client or any of several other > tools, I agree. If he is going through an ODBC connection, he doesn't need > them. (At least my 3.52.x drivers can't accept more than one statement

Re: Date Range

2004-09-27 Thread SGreen
MAIL PROTECTED]> > >Sent: Monday, September 27, 2004 11:40 > >Subject: Re: Date Range > > > > > >> I see that you are on 4.0.18 so you can't use many of the new date > >> functions (4.1.1+) but has to be an easier way. Let's try this for