Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linking tables correctly?
Message
 
À
09/12/1999 12:15:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00299996
Message ID:
00301823
Vues:
32
Well there are two ways to do it. The way I would do it is just add one more select statement like:

Select * ;
from finalresults ;
order by (some sort criteria) ;
into table FinalSortedResults


Another way would be to index the results table like ;

Index on (some sort criteria) tag (IndexName) ;
Rip Ryness
International Falls, MN
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform