Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing Question Concerning .NULL. Values
Message
De
25/04/2006 08:23:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Indexing Question Concerning .NULL. Values
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Divers
Thread ID:
01116289
Message ID:
01116289
Vues:
85
I've create an ascending index on a column that contains a .NULL. value. The records containing the .NULL. are at the top of the record set with the ascending values starting after the last .NULL. record. I would like ALL of the .NULL. records to be after the last ascending value (see sample below). Is there a way to have the .NULL. records at the bottom?
Name    Rank
Robert     1
Bill       2
Mary       3
Tom        4
Linda   .NULL.
Sam     .NULL.
Actually, I'm changing the .NULL. indicator to 'No Rank' using SET NULLDISPLAY TO 'No Rank' but this doesn't change the way the records are diplayed, as the 'No Rank' records still end up at the top of the list and I want them at the bottom.

Thanks,
Robert
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform