php-db | 2001071
Date: 07/12/01
- Next message: Mark Roedel: "RE: [PHP-DB] Production: Linux/Apache/PHP <--> FreeTDS <--> W2K/MSSQL 7.0"
- Previous message: leo g. divinagracia iii: "Re: [PHP-DB] Escaping &"
- In reply to: Andreas Iwanowski: "[PHP-DB] Order by unix timestamp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 unixtime, but beginning with the oldest record.
> i thougt i could fix it by using ORDER by !unixtime .
>
> Also does'nt work
>
> How can i fix the problem that the records are ordered by unixtime,
> beginning with the newest record ?
>
>
-- Leo G. Divinagracia III ldivinag <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Mark Roedel: "RE: [PHP-DB] Production: Linux/Apache/PHP <--> FreeTDS <--> W2K/MSSQL 7.0"
- Previous message: leo g. divinagracia iii: "Re: [PHP-DB] Escaping &"
- In reply to: Andreas Iwanowski: "[PHP-DB] Order by unix timestamp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

