Re: [GENERAL] select progressive total

2007-03-21 Thread brian
Merlin Moncure wrote: On 3/21/07, brian <[EMAIL PROTECTED]> wrote: From the "I thought this would be trivially easy" dept: I have a table holding member data for an organisation CREAT table member ( id SERIAL PRIMARY KEY, applied date, ... and i'd like to plot the growt

Re: [GENERAL] select progressive total

2007-03-20 Thread Merlin Moncure
On 3/21/07, brian <[EMAIL PROTECTED]> wrote: From the "I thought this would be trivially easy" dept: I have a table holding member data for an organisation CREAT table member ( id SERIAL PRIMARY KEY, applied date, ... and i'd like to plot the growth in memberships. I'd pr