Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change numeric width
Message
From
08/04/2004 03:51:14
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
08/04/2004 02:18:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00893180
Message ID:
00893198
Views:
21
>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 ..
Previous
Reply
Map
View

Click here to load this message in the networking platform