Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change numeric width
Message
De
08/04/2004 03:51:14
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
À
08/04/2004 02:18:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00893180
Message ID:
00893198
Vues:
25
>I need to use the union all sql statement, but I have 2 different numeric fields which are (19,2) and (20,2).
>
>How to query if I need to union these two fields?
SELECT VAL(STR(FIELD1,20,2)) AS NEWFIELD FROM ..
UNION
SELECT VAL(STR(FIELD2,20,2)) AS NEWFIELD FROM ..
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform