Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index driving me crazy
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Index driving me crazy
Divers
Thread ID:
00662669
Message ID:
00662669
Vues:
46
I have a view that orders the data by following:
 ORDER BY O_ord_pay.op_vendor, O_ord_pay.op_ord_date
I am now trying to create a index that should replicate the above sorted order as follows:
INDEX ON op_vendor+dtoc(op_ord_date) TAG (vendorord) ascending
SET ORDER TO (vendorord) ascending
When I run the second senerio, the order of data doesn't come out like the view order. What I'm I doing wrong?

Thanks
Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform