Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get rank value without rank field
Message
De
17/07/2011 12:13:07
 
 
À
15/07/2011 19:02:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Divers
Thread ID:
01518322
Message ID:
01518398
Vues:
96
This message has been marked as a message which has helped to the initial question of the thread.
Try this (MySQL command)
SELECT @rownum:=@rownum+1 'rank', Grades.Student, Grades.GenAve FROM Grades, (SELECT @rownum:=0) r ORDER BY GenAve DESC
Regards,
Ony
Regards,
Ony
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform