> 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
: 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
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