Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the percentage
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
How to get the percentage
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01259001
Message ID:
01259001
Vues:
57
how to obtained the percentage.in this sql how to obtained %tage.

SELECT subcode,scode,lcode,sec,fail,total, total/fail%100 as per ;
FROM Stafft;
group BY scode,lcode,sec;
order BY lcode;
into CURSOR olevelt

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform