Re: [PHP-DB] Order by unix timestamp

2001-07-12 Thread leo g. divinagracia iii
try the RSORT (reserve sort) function??? Andreas Iwanowski wrote: > > Hello, > i have a table where unix timestamps are inserted when adding a record. > > If i read out the table data, i want to order it by unixtime ( the name of > the filed where the timestamp is ) > > He orders it by unixti

Re: [PHP-DB] Order by unix timestamp

2001-07-12 Thread Andreas Iwanowski
Thank you "Steve Brett" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > -Original Message- > > From: Andreas Iwanowski [mailto:[EMAIL PROTECTED]] > > Sent: 12 July 2001 16:09 > > To:

Re: [PHP-DB] Order by unix timestamp

2001-07-12 Thread Andreas Iwanowski
; > From: Andreas Iwanowski [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 12, 2001 5:09 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP-DB] Order by unix timestamp > > > > > > Hello, > > i have a table where unix timestamps are inserted when adding &

RE: [PHP-DB] Order by unix timestamp

2001-07-12 Thread Steve Brett
> -Original Message- > From: Andreas Iwanowski [mailto:[EMAIL PROTECTED]] > Sent: 12 July 2001 16:09 > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Order by unix timestamp > > > How can i fix the problem that the records are ordered by unixtime, > begin

RE: [PHP-DB] Order by unix timestamp

2001-07-12 Thread Michael Rudel
ndreas Iwanowski [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 12, 2001 5:09 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Order by unix timestamp > > > Hello, > i have a table where unix timestamps are inserted when adding > a record. > > If i read out the table

[PHP-DB] Order by unix timestamp

2001-07-12 Thread Andreas Iwanowski
Hello, i have a table where unix timestamps are inserted when adding a record. If i read out the table data, i want to order it by unixtime ( the name of the filed where the timestamp is ) He orders it by unixtime, but beginning with the oldest record. i thougt i could fix it by using ORDER by !