Re: [PHP-WIN] Re: get row (latest by date)

2003-01-09 Thread Aidal
> To: <[EMAIL PROTECTED]> > Sent: Thursday, January 09, 2003 9:46 AM > Subject: [PHP-WIN] Re: get row (latest by date) > > > > select * from table where date=(select max(date) from table) and > > time=(select max(time) from table) > > > > HTH, > > Ra

Re: [PHP-WIN] Re: get row (latest by date)

2003-01-09 Thread Joseph W. Goff
: Thursday, January 09, 2003 9:46 AM Subject: [PHP-WIN] Re: get row (latest by date) > select * from table where date=(select max(date) from table) and > time=(select max(time) from table) > > HTH, > Radovan > > "Aidal" <[EMAIL PROTECTED]> wrote in messa

[PHP-WIN] Re: get row (latest by date)

2003-01-09 Thread Radovan Radic
select * from table where date=(select max(date) from table) and time=(select max(time) from table) HTH, Radovan "Aidal" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi NG. > > I know this is probably very simple, but I've had no luck making it work :( > > I