Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001071

Re: [PHP-DB] sorting a field From: Dobromir Velev (diadomraz <email protected>)
Date: 07/05/01

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>