Re: [GENERAL] max() question

1999-09-14 Thread Michael Simms
> > On Tue, 14 Sep 1999, you wrote: > > I have a table with and email address and a datetime timestamp. What > > would be the easiest way to select the 3 earliest timestamps (earliest > > being furthest in the past from the current date) > > lots of ways =) though the first that comes to mind i

Re: [GENERAL] max() question

1999-09-14 Thread Aaron J. Seigo
On Tue, 14 Sep 1999, you wrote: > I have a table with and email address and a datetime timestamp. What > would be the easiest way to select the 3 earliest timestamps (earliest > being furthest in the past from the current date) lots of ways =) though the first that comes to mind is the use of cu

[GENERAL] max() question

1999-09-14 Thread Hitesh Patel
I have a table with and email address and a datetime timestamp. What would be the easiest way to select the 3 earliest timestamps (earliest being furthest in the past from the current date)