Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to typecase a numeric type
Message
De
16/07/1997 22:25:58
Shihchau Tai
Apic Systems Pte Ltd
Singapore, Singapour
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to typecase a numeric type
Divers
Thread ID:
00040343
Message ID:
00040343
Vues:
87
I am using FPW26. I am trying to UNION two select statement. The SELECT statement looks like the following:

SELECT a.doc_no, doc_date, SUM(apply+discount+miscellaneous) AS problem;
from a, b ;
where a,doc=b.doc ;
UNION ;
SELECT a.doc, doc_date, doc_amt ;
from a ;
where .......


Anybody can tell me how I can force the SUM() type to be the Numeric size I want. apply is N(9,2). discount is N(7,2), miscellaneous is N(7,2), problem ended up as N(16,2) and my doc_amt is N(9,2). How to force problem to be N(9,2)?


Tai SC
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform