php-db | 2001071
Date: 07/04/01
- Next message: Ken Sommers: "Re: [PHP-DB] Authomatic Sorting"
- Previous message: Wilmar Pérez: "[PHP-DB] sorting a field"
- In reply to: Wilmar Pérez: "[PHP-DB] Authomatic Sorting"
- Next in thread: Ken Sommers: "Re: [PHP-DB] Authomatic Sorting"
- Reply: Ken Sommers: "Re: [PHP-DB] Authomatic Sorting"
- Reply: Christopher Hebert: "[PHP-DB] display errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
on 7/4/01 1:50 PM, Wilmar Pérez at wilmar.perez <email protected> wrote:
> I've got a table with an autoincrement field which is the registry's ID,
> everything goes well until I delete any registry. MySQL doesn't re-sorts
> the information. That is, I have the following:
<snip>
Just add an "ORDER BY" clause to your query. That is, if you want to sort
by reg_id, append "ORDER BY reg_id". You can also add a DESC keyword to put
them in reverse order.
HTH.
Sincerely,
Paul Burney
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Paul Burney
Webmaster && Open Source Developer
UCLA -> GSE&IS -> ETU
(310) 825-8365
<webmaster <email protected>>
<http://www.gseis.ucla.edu/>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- 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: Ken Sommers: "Re: [PHP-DB] Authomatic Sorting"
- Previous message: Wilmar Pérez: "[PHP-DB] sorting a field"
- In reply to: Wilmar Pérez: "[PHP-DB] Authomatic Sorting"
- Next in thread: Ken Sommers: "Re: [PHP-DB] Authomatic Sorting"
- Reply: Ken Sommers: "Re: [PHP-DB] Authomatic Sorting"
- Reply: Christopher Hebert: "[PHP-DB] display errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

