php-db | 2001071
Date: 07/05/01
- Next message: Michael Cheung: "[PHP-DB] about "PHP Warning: failed to rollback outstanding transactions!""
- Previous message: Dobromir Velev: "Re: [PHP-DB] Authomatic Sorting"
- Maybe in reply to: Wilmar Pérez: "[PHP-DB] sorting a field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
There is no difference if there are empty fields or not.
The empty or missing fields will be sorted at the top (unless you specify a
descenting sort order)
If you want to skip the missing fields use a
where filed_name is not Null
clause
Hope this will help
Dobromir Velev
-----Original Message-----
From: Wilmar Pérez <wilmar.perez <email protected>>
To: PHP List <php-db <email protected>>
Date: Wednesday, July 04, 2001 11:59 PM
Subject: [PHP-DB] sorting a field
>Hello guys
>
>I've got a quite silly question: is there any way to sort up a field with
>missing values in it?
>-----------------------------------------------
> Wilmar Pérez
> IT Manager - Central Library
> University of Antioquia
> Medellín - Colombia
> tel: ++57(4)2105145
>-----------------------------------------------
>
>
>--
>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>
>
>
-- 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: Michael Cheung: "[PHP-DB] about "PHP Warning: failed to rollback outstanding transactions!""
- Previous message: Dobromir Velev: "Re: [PHP-DB] Authomatic Sorting"
- Maybe in reply to: Wilmar Pérez: "[PHP-DB] sorting a field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

