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 <[EMAIL PROTECTED]>
To: PHP List <[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: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]